Commit 0fb379ea authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Fix plex download URL, menu height and add testing results

parent b4a36dff
......@@ -67,3 +67,23 @@ Login as root and type:
cd config
bash debian-config
# Software testings
|Application name|Stretch|Bionic|Test install|
|:--|:--:|:--:|--:|
|TV headend (IPTV server)|:x:|:x:|29.09.2018|
|Syncthing (personal cloud)|:heavy_check_mark:|:heavy_check_mark:|29.09.2018|
|SoftEther VPN server (VPN server)|:heavy_check_mark:|:heavy_check_mark:|29.09.2018|
|ExaGear desktop (x86 emulator)|n/a|:question:|:question:|
|Plex (Plex media server)|:heavy_check_mark:|:heavy_check_mark:|29.09.2018|
|Radarr (Movie downloading server)|:heavy_check_mark:|:heavy_check_mark:|29.09.2018|
|Sonarr (TV shows downloading server)|:heavy_check_mark:|:heavy_check_mark:|29.09.2018|
|Transmission (torrent server)|:heavy_check_mark:|:heavy_check_mark:|29.09.2018|
|ISPConfig (WEB, SMTP, POP, IMAP, FTPD, MYSQL server)|:heavy_check_mark:|:heavy_check_mark:|29.09.2018|
|NCP (Nextcloud personal cloud)|:heavy_check_mark:|n/a|29.09.2018|
|Openmediavault NAS (NAS server)|:heavy_check_mark:|n/a|29.09.2018|
|PI hole (ad blocker)|:heavy_check_mark:|:heavy_check_mark:|29.09.2018|
|UrBackup (client/server backup system)|:heavy_check_mark:|:heavy_check_mark:|29.09.2018|
|Docker (Docker CE engine)|:heavy_check_mark:|:heavy_check_mark:|29.09.2018|
|Mayan EDMS (Document management system within Docker)|:heavy_check_mark:|:heavy_check_mark:|29.09.2018|
|MiniDLNA (Media sharing)|:heavy_check_mark:|:heavy_check_mark:|29.09.2018|
......@@ -91,7 +91,7 @@ function check_status
dialog --backtitle "$BACKTITLE" --title "Please wait" --infobox "\nLoading install info ... " 5 28
LIST=()
LIST_CONST=23
LIST_CONST=24
# Samba
SAMBA_STATUS="$(check_if_installed samba && echo "on" || echo "off" )"
......@@ -837,7 +837,7 @@ elif [ "$(dpkg --print-architecture | grep arm64)" == "arm64" ]; then
debconf-apt-progress -- apt-get update
debconf-apt-progress -- apt-get -y install binutils:armhf plexmediaserver-installer:armhf
else
fancy_wget "https://downloads.plex.tv/plex-media-server/1.12.3.4973-215c28d86/plexmediaserver_1.12.3.4973-215c28d86_amd64.deb" "-O ${TEMP_DIR}/package.deb"
fancy_wget "https://downloads.plex.tv/plex-media-server/1.13.8.5395-10d48da0d/plexmediaserver_1.13.8.5395-10d48da0d_amd64.deb" "-O ${TEMP_DIR}/package.deb"
dpkg -i ${TEMP_DIR}/package.deb >/dev/null 2>&1
fi
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment