From 08235d8ac250852d684e906684d789ce4a9aa2d4 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 14 May 2023 12:04:15 -0400 Subject: [PATCH] Update plex.sh change wording --- ct/plex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/plex.sh b/ct/plex.sh index a24fa465..ac09683a 100644 --- a/ct/plex.sh +++ b/ct/plex.sh @@ -54,7 +54,7 @@ function update_script() { if [[ ! -f /etc/apt/sources.list.d/plexmediaserver.list ]]; then msg_error "No ${APP} Installation Found!"; exit; fi 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 \ + "2" "Install plexupdate" OFF \ 3>&1 1>&2 2>&3) header_info