Skip to content

Instantly share code, notes, and snippets.

@AliceDTRH
AliceDTRH / appbox_installer.sh
Created October 2, 2020 12:09 — forked from coder8338/appbox_installer.sh
Appbox installer for VNC webui over SSL, radarr, sonarr, lidarr, bazarr, flexget, filebot, couchpotato, sickchill, medusa, lazylibrarian, nzbget, sabnzbdplus, ombi, jackett, synclounge, nzbhydra2, & ngpost. See the first comment for instructions how to run!
#!/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