Update 'arch.sh'

This commit is contained in:
verita84 2022-12-03 16:23:07 +00:00
parent 1015c113e7
commit 4bf5f89040

View File

@ -308,7 +308,7 @@ fstab() {
accounts() {
echo
echo "Set Password for $USER"
echo "useradd -m -s /bash $USER" >>$TARGET/setup.sh
echo "useradd -m -s /bin/bash $USER" >>$TARGET/setup.sh
echo "echo \"$USER:$USER_PASSWORD\"| chpasswd " >>$TARGET/setup.sh
echo "gpasswd -a $USER wheel" >>$TARGET/setup.sh
echo "gpasswd -a $USER network" >>$TARGET/setup.sh