Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #/bin/bash
- v="2.1.0.17-1"
- #Install Hamachi
- wget "https://secure.logmein.com/labs/logmein-hamachi_"$v"_i386.deb"
- sudo dpkg -i "logmein-hamachi_$v-1_i386.deb"
- sudo apt-get --force-yes --yes install
- sudo dpkg -i "logmein-hamachi_$v-1_i386.deb"
- rm "logmein-hamachi_$v-1_i386.deb"
- #Install haguichi
- sudo add-apt-repository ppa:webupd8team/haguichi && sudo apt-get update
- sudo apt-get --force-yes --yes install haguichi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement