Created
September 3, 2013 06:16
-
-
Save justinriggio/6420242 to your computer and use it in GitHub Desktop.
adds atmosphere package and reset meteorite
takes one arg the smart package name
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
#!/bin/bash | |
#add a smart package and reset meteorite | |
PACKAGE=$1 | |
mrt add $PACKAGE | |
rm -rf /home/$USER/.meteorite | |
mrt install | |
echo "Smart package installed and meteorite reset" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ chmod u+x addpackage.sh
$ ./addpackage.sh packagename