Skip to content

Instantly share code, notes, and snippets.

@ashlynhar
Created August 26, 2022 18:39
Show Gist options
  • Save ashlynhar/c2ab55e69652433477f58a4fb455cd17 to your computer and use it in GitHub Desktop.
Save ashlynhar/c2ab55e69652433477f58a4fb455cd17 to your computer and use it in GitHub Desktop.
All in one command
cd
#you can do this all in one command
wget -qO- http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86/apk-tools-static-2.10.5-r1.apk | tar -xz sbin/apk.static && ./sbin/apk.static add apk-tools && rm sbin/apk.static
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment