From 20ce940f7f595aefc328f890512365ba1e19d32d Mon Sep 17 00:00:00 2001 From: Randall Date: Wed, 21 Sep 2022 22:43:51 -0400 Subject: [PATCH] Added local service to default runlevel --- chrootInstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/chrootInstall.sh b/chrootInstall.sh index b10598f..68b2b8c 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -135,6 +135,7 @@ echo -e ""$username" soft memlock 64\n"$username" hard mkdir -p /home/"$username"/.gnupg echo 'pinentry-program /usr/bin/pinentry-tty' > /home/"$username"/.gnupg/gpg-agent.conf # forces gpg prompts to use terminal input pacman -S neofetch htop --needed --noconfirm +rc-update add local # setting home directory permissions chmod -R 700 /home