Skip to content

Commit

Permalink
grant read to all on repo pubkey
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Nov 15, 2023
1 parent 308995e commit 6b76913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/dist-packages/linux/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ installDebian(){
# always update the pubkey
$GETTERCMD https://get.openziti.io/tun/package-repos.gpg \
| $GNUPGCMD --batch --yes --dearmor --output /usr/share/keyrings/openziti.gpg
chmod +r /usr/share/keyrings/openziti.gpg
chmod a+r /usr/share/keyrings/openziti.gpg

local REPOSRC="deb [signed-by=/usr/share/keyrings/openziti.gpg] https://packages.openziti.org/${ZITIPAX_DEB:-zitipax-openziti-deb-stable} debian main"

Expand Down

0 comments on commit 6b76913

Please sign in to comment.