Update 'debian.sh'

This commit is contained in:
verita84 2022-12-09 20:38:14 +00:00
parent 934d0e079c
commit c5409b5a69

View File

@ -326,6 +326,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
#Change Shell to ZSH
#echo "printf "$USER_PASSWORD" | chsh -s /bin/zsh $USER" >>$TARGET/setup.sh