dev setup changes
This commit is contained in:
parent
cc9c738de2
commit
389923c24b
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
pkgs="openssl nginx python3-meshtastic python3-flask python3-requests"
|
||||
pkgs="openssl nginx nginx-common python3-meshtastic python3-flask python3-requests"
|
||||
|
|
@ -30,7 +30,7 @@ else
|
|||
read -p " (Y/n) --> " install
|
||||
echo ""
|
||||
if [[ "$install" = "" || "$install" = "y" || "$install" = "Y" ]]; then
|
||||
sudo apt update && sudo apt install --install-suggests -y $pkgs
|
||||
sudo apt update && sudo apt install -y $pkgs
|
||||
echo -e "\n ${GRN}Dependencies installed. Proceeding...${CRS}\n"
|
||||
break
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue