Update install.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-06-03 10:33:55 +00:00
parent 8e79824b83
commit a2a60914fb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ echo Actualizando sistema
apt-get update -y apt-get update -y
apt-get upgrade -y apt-get upgrade -y
apps=("git" "sudo" "curl" "wget" "sed" "wavemon") apps=( "git" "sudo" "curl" "wget" "sed" "wavemon" )
for app in "${apps[@]}" for app in "${apps[@]}"
do do