Update install.sh
This commit is contained in:
parent
20241976cb
commit
9f491d61f2
|
@ -61,3 +61,6 @@ echo -e
|
||||||
arch-chroot /mnt systemctl enable NetworkManager sddm &&
|
arch-chroot /mnt systemctl enable NetworkManager sddm &&
|
||||||
echo -e
|
echo -e
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
|
||||||
|
echo "Setting root password:"
|
||||||
|
arch-chroot /mnt passwd
|
||||||
|
|
Loading…
Reference in New Issue