mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-05 08:27:16 -04:00
Added local service to default runlevel
This commit is contained in:
@@ -135,6 +135,7 @@ echo -e ""$username" soft memlock 64\n"$username" hard
|
|||||||
mkdir -p /home/"$username"/.gnupg
|
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
|
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
|
pacman -S neofetch htop --needed --noconfirm
|
||||||
|
rc-update add local
|
||||||
|
|
||||||
# setting home directory permissions
|
# setting home directory permissions
|
||||||
chmod -R 700 /home
|
chmod -R 700 /home
|
||||||
|
|||||||
Reference in New Issue
Block a user