This file contains 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
#!/usr/bin/env bash | |
# Appbox installer for VNC webui over SSL, radarr, sonarr, lidarr, bazarr, flexget, filebot, couchpotato, sickchill, medusa, lazylibrarian, nzbget, sabnzbdplus, ombi, jackett, synclounge, nzbhydra2, & ngpost. | |
# | |
# Just run this on your Ubuntu VNC app via SSH or in the terminal (Applications > Terminal Emulator) using: | |
# sudo bash -c "bash <(curl -Ls https://gist.github.com/coder8338/a614f156c916b35becf11c53352b499a/raw)" | |
# | |
# I do not work for appbox, just a friendly user helping others out, I will try to keep this as update to date as possible! | |
set -e | |
set -u |