From 8fdfc7e5d5b1e57c5e850d1ee0877f07228308cd Mon Sep 17 00:00:00 2001 From: verita84 Date: Sun, 11 Dec 2022 01:12:07 +0000 Subject: [PATCH] Update 'debian.sh' --- debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index 3d89321..7a58d95 100755 --- a/debian.sh +++ b/debian.sh @@ -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