Advertisement
freakrho

installHamachi

Jun 2nd, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.42 KB | None | 0 0
  1. #/bin/bash
  2.  
  3. v="2.1.0.17-1"
  4.  
  5. #Install Hamachi
  6. wget "https://secure.logmein.com/labs/logmein-hamachi_"$v"_i386.deb"
  7. sudo dpkg -i "logmein-hamachi_$v-1_i386.deb"
  8. sudo apt-get --force-yes --yes install
  9. sudo dpkg -i "logmein-hamachi_$v-1_i386.deb"
  10. rm "logmein-hamachi_$v-1_i386.deb"
  11.  
  12. #Install haguichi
  13. sudo add-apt-repository ppa:webupd8team/haguichi && sudo apt-get update
  14. sudo apt-get --force-yes --yes install haguichi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement