mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-05 16:37:17 -04:00
Remove custom gpg pinentry configuration
This commit is contained in:
@@ -181,12 +181,6 @@ chown -R "$username":users /home/"$username"/.ssh
|
|||||||
chmod 700 /home/"$username"/.ssh
|
chmod 700 /home/"$username"/.ssh
|
||||||
chmod 600 /home/"$username"/.ssh/authorized_keys
|
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
|
# misc configuration
|
||||||
install -m 0755 ./programs/powerset/powerset.sh /usr/local/bin/powerset.sh
|
install -m 0755 ./programs/powerset/powerset.sh /usr/local/bin/powerset.sh
|
||||||
install -m 0755 ./programs/zsh-histclean/histclean /usr/local/bin/histclean
|
install -m 0755 ./programs/zsh-histclean/histclean /usr/local/bin/histclean
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
loadkeys us
|
loadkeys us
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo rwinkhart\'s Artix Install Script
|
echo rwinkhart\'s Artix Install Script
|
||||||
echo Last updated December 06, 2024 \(rev. C\)
|
echo Last updated December 20, 2024 \(rev. A\)
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo You will be asked some questions before installation.
|
echo You will be asked some questions before installation.
|
||||||
echo -e "----------------------------------------------------------------------------------------------\n"
|
echo -e "----------------------------------------------------------------------------------------------\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user