actually change root password

This commit is contained in:
array-in-a-matrix 2021-11-02 12:44:08 -04:00
parent d52fae4976
commit fc83c6ba57
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ echo "127.0.0.1 localhost
::1 localhost
127.0.1.1 $HOSTNAME" > /etc/hosts;
echo -en $ROOT_PWD | passwd;
echo -en "$ROOT_PWD\n$ROOT_PWD" | passwd;
pacman -Sy --noconfirm grub networkmanager;