Created
November 14, 2020 12:51
-
-
Save kierandrewett/5d9a321b9a59a3611009e9e454529829 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat > /etc/apk/repositories << EOF; $(echo) | |
http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/main | |
http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/community | |
EOF | |
apk update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment