From 7b238075350d25c4a34cc79e65d82a45c7867c57 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 9 Jan 2023 22:12:45 -0500 Subject: [PATCH] Update plex-v5.sh add "plexupdate info >> https://github.com/mrworf/plexupdate" --- ct/plex-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/plex-v5.sh b/ct/plex-v5.sh index 348bca7f..c6d04cf2 100644 --- a/ct/plex-v5.sh +++ b/ct/plex-v5.sh @@ -319,7 +319,7 @@ function install_script() { fi } function update_script() { -UPD=$(whiptail --title "SUPPORT" --radiolist --cancel-button Exit-Script "Spacebar = Select" 10 58 2 \ +UPD=$(whiptail --title "SUPPORT" --radiolist --cancel-button Exit-Script "Spacebar = Select \nplexupdate info >> https://github.com/mrworf/plexupdate" 10 59 2 \ "1" "Update LXC" ON \ "2" "Run plexupdate" OFF \ 3>&1 1>&2 2>&3)