I hereby claim:
- I am adrfranklin on github.
- I am justmichael (https://keybase.io/justmichael) on keybase.
- I have a public key ASCQqh1MLFSyT6bcfHvi5If9Q4qr5-CJRC94lBQ7kqaVTAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/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 |
| // Load a houses's data | |
| stock Error: LoadHouseRow(DBID: house_db_id) | |
| { | |
| inline handle() | |
| { | |
| // holds any errors we have | |
| new errorInfo[1024]; | |
| // get the number of rows | |
| new rows = cache_num_rows(); |