diff options
author | awy <awy@awy.one> | 2024-10-28 00:13:29 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-10-28 00:13:29 +0300 |
commit | 881d9ed9e627501af7ecdf05f4aeaf5e69020114 (patch) | |
tree | ef10f2bd24181f29ed2f82f4beed9653886b5672 /rice.sh | |
parent | 2bd226d29b2d579088a0b95bcb13a8e7761a6e29 (diff) |
fix
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -41,11 +41,9 @@ rm -rf hyprdots doas -u $PERMUSER mkdir -p /home/$PERMUSER/.ssh doas -u $PERMUSER mkdir -p /home/$PERMUSER/.gnupg -doas -u $PERMUSER touch /home/$PERMUSER/.ssh/config doas -u $PERMUSER touch /home/$PERMUSER/.gnupg/gpg-agent.conf -echo 'Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"' > /home/$PERMUSER/.ssh/config echo 'enable-ssh-support' > /home/$PERMUSER/.gnupg/gpg-agent.conf -echo 'pinentry-program /usr/bin/pinentry-gtk' >> /home/$PERMUSER/.gnupg/gpg-agent.conf +echo 'pinentry-program /usr/bin/pinentry-qt' >> /home/$PERMUSER/.gnupg/gpg-agent.conf echo 'default-cache-ttl 34560000' >> /home/$PERMUSER/.gnupg/gpg-agent.conf echo 'max-cache-ttl 34560000' >> /home/$PERMUSER/.gnupg/gpg-agent.conf dinitctl enable sshd |