]> git.rocketbowman.com Git - srv-deb.git/commitdiff
update client-side instructions main
authorKyle Bowman <kyle+github@rocketbowman.com>
Sat, 11 Oct 2025 22:44:58 +0000 (18:44 -0400)
committerKyle Bowman <kyle+github@rocketbowman.com>
Sat, 11 Oct 2025 22:44:58 +0000 (18:44 -0400)
Makefile
README.md

index e31e4ca893125bd97fa4c0772355d546245e94ff..6ffd9aa37e7036023b04eddb4b6a285811e5c7ad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,4 +47,5 @@ pub-signing-key.asc: .keyspecs
 
 .PHONY:
 update: $(DOWNLOAD_DIR)/bookworm $(DOWNLOAD_DIR)/trixie $(DOWNLOAD_DIR)/sid
 
 .PHONY:
 update: $(DOWNLOAD_DIR)/bookworm $(DOWNLOAD_DIR)/trixie $(DOWNLOAD_DIR)/sid
-       ./update_all.sh
\ No newline at end of file
+       ./update_all.sh
+       cd packages && ln -s ../pub-signing-key.asc .
\ No newline at end of file
index 9aa66de71f5c843d957eb753049334f34de1247e..c25c2f5b8ec45bce790c5fc33ef4a9fa053c13db 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,7 +9,8 @@ old versions by default. It was largely inspired by
 Do this for whatever "yourdomain" is.
 
 ``` bash
 Do this for whatever "yourdomain" is.
 
 ``` bash
-curl -sS https://debian.yourdomain.com/repository-key.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/yourrepo.gpg
+# Note: You do not need to dearmor the .asc if you are putting it into trusted.gpg
+curl -sS https://debian.yourdomain.com/repository-key.asc | sudo tee /etc/apt/trusted.gpg.d/yourrepo.gpg
 echo "deb https://debian.yourdomain.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/yourrepo.list
 sudo apt update
 ```
 echo "deb https://debian.yourdomain.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/yourrepo.list
 sudo apt update
 ```