Update install.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-06-07 00:59:28 +00:00
parent 1b96144882
commit 3a3b6aa374
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if [[ $EUID -ne 0 ]]; then
fi
#!/bin/bash
apps=("git" "sudo" "curl" "wget" "sed")
apps=("python3" "sudo" "curl" "sed")
for app in "${apps[@]}"
do