scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 08d9ce2f8ee11c73efa5d8ed21e0e210113128d8
parent c9d43355b459150799a15d89e63a4553140065f2
Author: Andrew Laack <andrew@laack.co>
Date:   Mon,  9 Mar 2026 12:36:55 -0500

Updated private installer

Diffstat:
Minstallers/arch-private-installation.sh | 12++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/installers/arch-private-installation.sh b/installers/arch-private-installation.sh @@ -34,7 +34,11 @@ echo "0 8,14 * * * andrew /home/andrew/bin/backup.sh" | sudo tee -a /etc/crontab # TODO: Is there a way to automatically trust fully this key? # Locally, I ran: -# gpg --list-secret-keys -# gpg --edit-key {KEY_ID} -# gpg> trust -# Your decision? 5 (this is trusting ultimately) +gpg --list-secret-keys + +echo +echo "Run: gpg --edit-key {KEY_ID}" +echo "Then do: " + +echo "gpg> trust" +echo " Your decision? 5 (this is trusting ultimately)"