Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- aptitude -y update
- aptitude -y install ruby ruby-dev irb rdoc make gcc tofrodos unix2dos wget
- wget http://rubyforge.org/frs/download.php/74849/rubygems-1.8.2.tgz
- tar -xf rubygems-1.8.2.tgz
- cd rubygems-1.8.2
- ruby setup.rb
- cd ..
- rm -rf rubygems-1.8.2
- ln -s /usr/bin/gem1.8 /usr/bin/gem
- gem update --system
- gem update
- gem install SystemTimer json
- wget "http://pastebin.com/raw.php?i=N7PMe1Xn" -O rexecutor.rb
- dos2unix rexecutor.rb
- echo
- echo
- echo "Use as: ruby rexecutor.rb"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement