about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-02-11 09:26:33 +0100
committerGitHub <noreply@github.com>2023-02-11 09:26:33 +0100
commit4874df25a25699beb90cd99d085e19268b3731ed (patch)
treecfe5fcec8f033293842e06829d5f90151f67ebfc /docs
parentf43868e4dc0630375a6b5f1cb274bdc42e9ddce5 (diff)
downloadbox64-4874df25a25699beb90cd99d085e19268b3731ed.tar.gz
box64-4874df25a25699beb90cd99d085e19268b3731ed.zip
Small change to avoid printing GPG pubkey on console
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/COMPILE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index 07eb0eb3..c6da6b9c 100755
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -6,7 +6,7 @@ You can use [@ryanfortner](https://github.com/ryanfortner)'s apt repository to i
 

 ```

 sudo wget https://ryanfortner.github.io/box64-debs/box64.list -O /etc/apt/sources.list.d/box64.list

-wget -O- https://ryanfortner.github.io/box64-debs/KEY.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/box64-debs-archive-keyring.gpg 

+wget -O- https://ryanfortner.github.io/box64-debs/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/box64-debs-archive-keyring.gpg 

 sudo apt update && sudo apt install box64 -y

 ```