Remove custom gpg pinentry configuration

This commit is contained in:
2024-12-20 22:55:03 -05:00
parent ae6209b3e9
commit 35662ca6fa
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -181,12 +181,6 @@ chown -R "$username":users /home/"$username"/.ssh
chmod 700 /home/"$username"/.ssh
chmod 600 /home/"$username"/.ssh/authorized_keys
# gpg configuration
mkdir -p /home/"$username"/.gnupg
chmod 700 /home/"$username"/.gnupg
chown -R "$username":users /home/"$username"/.gnupg
echo 'pinentry-program /usr/bin/pinentry-tty' | install -m 0600 /dev/stdin /home/"$username"/.gnupg/gpg-agent.conf
# misc configuration
install -m 0755 ./programs/powerset/powerset.sh /usr/local/bin/powerset.sh
install -m 0755 ./programs/zsh-histclean/histclean /usr/local/bin/histclean
+1 -1
View File
@@ -3,7 +3,7 @@
loadkeys us
echo ----------------------------------------------------------------------------------------------
echo rwinkhart\'s Artix Install Script
echo Last updated December 06, 2024 \(rev. C\)
echo Last updated December 20, 2024 \(rev. A\)
echo ----------------------------------------------------------------------------------------------
echo You will be asked some questions before installation.
echo -e "----------------------------------------------------------------------------------------------\n"