Skip to content

Instantly share code, notes, and snippets.

@justinriggio
Created September 3, 2013 06:16
Show Gist options
  • Save justinriggio/6420242 to your computer and use it in GitHub Desktop.
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
#!/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"
@justinriggio
Copy link
Author

$ chmod u+x addpackage.sh
$ ./addpackage.sh packagename

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment