Update install.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-06-03 08:51:19 +00:00
parent 5e92752fb5
commit 9d178d9bd7
1 changed files with 1 additions and 1 deletions

View File

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