install.sh aktualisiert

This commit is contained in:
olli 2023-08-22 14:56:49 +02:00
parent 7bfa44cb0e
commit 743e55b5b8

View File

@ -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 bash $0
exec sg sudo -c bash $0
exit $?
fi