From 35662ca6fabb27f294576ed8ed7330c757cc5514 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Fri, 20 Dec 2024 22:55:03 -0500 Subject: [PATCH] Remove custom gpg pinentry configuration --- chrootInstall.sh | 6 ------ install.sh | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index cdf7b68..2e6eec7 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -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 diff --git a/install.sh b/install.sh index f675e72..c77309b 100755 --- a/install.sh +++ b/install.sh @@ -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"