Last active
March 17, 2016 23:22
-
-
Save dirtycajunrice/e2b4a73168daadc10fe3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while [[ ! $extip ]]; do | |
extip=$(curl -s http://checkip.amazonaws.com/) | |
done | |
whiptail --title Complete --msgbox \ "Check that everything has been set up correctly by going to: | |
Internal IP: http://$(ip a | awk '/inet / {sub(/\/.*/, "", $2); print $2}' | sed '/^127/d' | head -n1):8081 | |
OR | |
External IP: http://$extip:8081 | |
make sure to add sickrage to your download clients group" 15 64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment