install.sh aktualisiert

This commit is contained in:
olli 2023-08-22 14:45:42 +02:00
parent 0cd86abf60
commit af786e77ba

View File

@ -9,7 +9,7 @@ if ! id | grep -q '(sudo)'
then then
su -c "/usr/sbin/usermod -a -G sudo ${USER}" su -c "/usr/sbin/usermod -a -G sudo ${USER}"
# use sudo group without # use sudo group without
exec sg sudo "newgrp `id -gn`" newgrp sudo
fi fi