Skip to content

Instantly share code, notes, and snippets.

@dirtycajunrice
Last active March 17, 2016 23:22
Show Gist options
  • Save dirtycajunrice/e2b4a73168daadc10fe3 to your computer and use it in GitHub Desktop.
Save dirtycajunrice/e2b4a73168daadc10fe3 to your computer and use it in GitHub Desktop.
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