Skip to content

Instantly share code, notes, and snippets.

@geekeren
Last active June 3, 2019 08:05
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 geekeren/68d06df065d9a6b459b8b326680bc7b3 to your computer and use it in GitHub Desktop.
Save geekeren/68d06df065d9a6b459b8b326680bc7b3 to your computer and use it in GitHub Desktop.
Download and uncompress tar.gz
wget -c https://github.com/sergiitk/pagerbeauty/archive/v$PAGERBEAUTY_VERSION.tar.gz -O - | \
tar zxf - -C $APP_DIR --strip-components 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment