From 7bfa44cb0e94298e295e5d5071fe6893382253ca Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 22 Aug 2023 14:54:43 +0200 Subject: [PATCH] install.sh aktualisiert --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 228d81f..487ad77 100644 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ if ! id | grep -q '(sudo)' then su -c "/usr/sbin/usermod -a -G sudo ${USER}" # use sudo group and restart this script - sg sudo -c $0 + sg sudo -c bash $0 exit $? fi