code cleanup
This commit is contained in:
parent
001a8e2399
commit
b24c17cb46
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ else
|
|||
read -p " --> " install
|
||||
echo ""
|
||||
if [[ "$install" = "" || "$install" = "y" || "$install" = "Y" ]]; then
|
||||
sudo apt update && sudo apt install --install-suggests -y $pkgs --simulate ## DEV
|
||||
sudo apt update && sudo apt install --install-suggests -y $pkgs
|
||||
echo -e "\n${GRN} Dependencies installed. Proceeding...${CRS}\n"
|
||||
break
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue