Update install.sh
This commit is contained in:
parent
1b96144882
commit
3a3b6aa374
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue