Last active
June 3, 2019 08:05
-
-
Save geekeren/68d06df065d9a6b459b8b326680bc7b3 to your computer and use it in GitHub Desktop.
Download and uncompress tar.gz
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
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