Skip to content

Instantly share code, notes, and snippets.

@cblte
Created June 7, 2021 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cblte/368c3bfb40cf080275d1e87afebb755f to your computer and use it in GitHub Desktop.
Save cblte/368c3bfb40cf080275d1e87afebb755f to your computer and use it in GitHub Desktop.
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