From 4039ae4d032169acc1d80a94a7162554eaf1309c Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Sat, 3 Jun 2023 10:42:44 +0000 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index e8ac291..7bb1e17 100644 --- a/install.sh +++ b/install.sh @@ -3,6 +3,7 @@ if [[ $EUID -ne 0 ]]; then whiptail --title "Python APRS WX" --msgbox "Debe ejecutar este script como usuario ROOT" 0 50 exit 0 fi +#!/bin/bash apps=( "python3" ) for app in "${apps[@]}"