Skip to content

Instantly share code, notes, and snippets.

View ADRFranklin's full-sized avatar
😎
Working with Go/Rust and JS/TS

JustMichael ADRFranklin

😎
Working with Go/Rust and JS/TS
  • Leicestershire, UK
View GitHub Profile
@ADRFranklin
ADRFranklin / appbox_installer.sh
Last active June 16, 2020 13:27 — forked from coder8338/appbox_installer.sh
Appbox installer for radarr, sonarr, flexget, filebot, couchpotato, sickrage, nzbget, nzbget, ombi, jackett & synclounge. See the first comment for instructions how to run!
#!/usr/bin/env bash
# Appbox installer for radarr, sonarr, flexget, filebot, couchpotato, sickrage, nzbget, nzbget, ombi, jackett & synclounge.
#
# 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