Created
February 1, 2017 09:10
-
-
Save DustinAlandzes/0df301a58e8eefd96e480eae58060757 to your computer and use it in GitHub Desktop.
simple script to update folder with player software
This file contains 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
# maybe move to dated folder | |
mv NCompass NCompass.old | |
# maybe a tarball instead, idk how it comes | |
curl -Os http://url.to/NCompass.zip | |
unzip NCompass.zip | |
# start updated player |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment