From af786e77ba0d8a693a64314b33cddf289fe6a955 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 22 Aug 2023 14:45:42 +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 7319a85..5b472db 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 without - exec sg sudo "newgrp `id -gn`" + newgrp sudo fi