Update 'debian.sh'

This commit is contained in:
verita84 2022-12-11 01:12:07 +00:00
parent 329950ec3f
commit 8fdfc7e5d5

View File

@ -332,7 +332,7 @@ accounts() {
echo
echo "Setting ROOT Password:"
echo "echo \"root:$ROOT_PASSWORD\"| chpasswd " >>$TARGET/setup.sh
echo "/usr/bin/hostnamectl set-hostname $ROOT_NAME" >>$TARGET/setup.sh
echo "/usr/bin/hostnamectl hostname $ROOT_NAME" >>$TARGET/setup.sh
#Change Shell to ZSH
#echo "printf "$USER_PASSWORD" | chsh -s /bin/zsh $USER" >>$TARGET/setup.sh