forked from Qortal/qortal-ui
apt key add deprecated
This commit is contained in:
parent
e83d56cd4b
commit
50a6d71747
@ -21,6 +21,6 @@ if ! which curl; then sudo apt-get --yes install curl; fi
|
||||
|
||||
# Install apt repository source list if it does not exist
|
||||
if ! grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/* | grep qortal.list; then
|
||||
curl -sS https://update.qortal.online/repo/qortal.gpg | sudo apt-key add -
|
||||
echo 'deb https://update.qortal.online/repo/ ./ ' > /etc/apt/sources.list.d/qortal.list
|
||||
curl -fsSL https://update.qortal.online/repo/qortal.gpg | sudo tee /usr/share/keyrings/qortal.gpg
|
||||
echo 'deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/qortal.gpg] https://update.qortal.online/repo/ ./ ' > /etc/apt/sources.list.d/qortal.list
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user