1 ## arg 1: the new package version
3 echo ">> Installing ruby-opengl and net-ssh ruby gems, this could take a while..."
4 gem install --remote ruby-opengl
5 gem install --remote net-ssh -v 1.1.2
6 echo ">> Install complete!"
14 echo ">> The ruby-opengl and net-ssh ruby gems are still installed on your system, if you want to remove them, run 'gem uninstall ruby-opengl net-ssh'"