Skip to content

Commit 7933bc3

Browse files
committed
docs: add distributions to readme
1 parent 606f104 commit 7933bc3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ REGION=eu-central-1
2626
BUCKET=nesto-debian-repo-devel
2727
GPG_KEY_ID=92F91ABA4816493E
2828
PKG_NAME=nesto-usbproxy
29+
DISTRIBUTION=main # main or nightly
2930

3031
sudo apt-get update
3132
sudo apt-get install apt-transport-s3
3233
echo -e "AccessKeyId = '$ACCESS_KEY_ID'\nSecretAccessKey = '$SECRET_ACCESS_KEY'\nRegion = '$REGION'\nToken = ''" > /etc/apt/s3auth.conf
33-
echo "deb s3://$BUCKET unofficial local" >> /etc/apt/sources.list
34+
echo "deb s3://$BUCKET $DISTRIBUTION aws" >> /etc/apt/sources.list
3435
gpg --keyserver keys.openpgp.org --receive-key "$GPG_KEY_ID"
3536
gpg --export --armor "$GPG_KEY_ID" | apt-key add -
3637
sudo apt-get update

0 commit comments

Comments
 (0)