Skip to content

Commit

Permalink
let others read the Linux package signing pubkey; resolves #714
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Aug 21, 2023
1 parent 77dcb27 commit 130e9ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install-ubuntu.bash
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ esac
curl -sSLf https://get.openziti.io/tun/package-repos.gpg \
| sudo gpg --dearmor --output /usr/share/keyrings/openziti.gpg

sudo chmod +r /usr/share/keyrings/openziti.gpg

echo "deb [signed-by=/usr/share/keyrings/openziti.gpg] https://packages.openziti.org/zitipax-openziti-deb-stable ${UBUNTU_LTS} main" \
| sudo tee /etc/apt/sources.list.d/openziti.list >/dev/null

Expand Down

0 comments on commit 130e9ca

Please sign in to comment.