From 6a4bd06081cf27ee70c2013d324081fd1c8b17b0 Mon Sep 17 00:00:00 2001 From: cronyakatsuki <64900606+cronyakatsuki@users.noreply.github.com> Date: Wed, 19 Oct 2022 20:07:23 +0200 Subject: [PATCH] Setting up the created users password. --- arch_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_install.sh b/arch_install.sh index c5e9124..a65781a 100755 --- a/arch_install.sh +++ b/arch_install.sh @@ -301,7 +301,7 @@ usermod -a $username -G network usermod -a $username -G video usermod -a $username -G input usermod -a $username -G audio - +passwd $username echo "Setting up makepkg.conf" sed -i 's/-march=native/-march=x86-64 -mtune=generic/' /etc/makepkg.conf