Update install.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-06-03 09:28:33 +00:00
parent 177bb82206
commit 8b354202a3
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
#!/bin/bash
if [[ $EUID -ne 0 ]]; then
whiptail --title "Python APRS Beacon" --msgbox "Debe ejecutar este script como usuario ROOT" 0 50
exit 0
fi
apps=("python3")