We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606f104 commit 7933bc3Copy full SHA for 7933bc3
1 file changed
README.md
@@ -26,11 +26,12 @@ REGION=eu-central-1
26
BUCKET=nesto-debian-repo-devel
27
GPG_KEY_ID=92F91ABA4816493E
28
PKG_NAME=nesto-usbproxy
29
+DISTRIBUTION=main # main or nightly
30
31
sudo apt-get update
32
sudo apt-get install apt-transport-s3
33
echo -e "AccessKeyId = '$ACCESS_KEY_ID'\nSecretAccessKey = '$SECRET_ACCESS_KEY'\nRegion = '$REGION'\nToken = ''" > /etc/apt/s3auth.conf
-echo "deb s3://$BUCKET unofficial local" >> /etc/apt/sources.list
34
+echo "deb s3://$BUCKET $DISTRIBUTION aws" >> /etc/apt/sources.list
35
gpg --keyserver keys.openpgp.org --receive-key "$GPG_KEY_ID"
36
gpg --export --armor "$GPG_KEY_ID" | apt-key add -
37
0 commit comments