Update 'debian.sh'

This commit is contained in:
verita84 2022-12-08 13:53:25 +00:00
parent 2b3ddb87af
commit c5d1896143

View File

@ -314,6 +314,7 @@ accounts() {
echo "gpasswd -a $USER network" >>$TARGET/setup.sh
echo "gpasswd -a $USER video" >>$TARGET/setup.sh
echo "gpasswd -a $USER libvirt" >>$TARGET/setup.sh
echo "gpasswd -a $USER netdev" >>$TARGET/setup.sh
echo "$USER ALL=(ALL) ALL" >$TARGET/etc/sudoers
echo "root ALL=(ALL) ALL" >>$TARGET/etc/sudoers
echo