Prechádzať zdrojové kódy

Update plex.sh

change wording
tteckster 2 rokov pred
rodič
commit
08235d8ac2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      ct/plex.sh

+ 1 - 1
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
 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 \
 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 \
   "1" "Update LXC" ON \
-  "2" "Run plexupdate" OFF \
+  "2" "Install plexupdate" OFF \
   3>&1 1>&2 2>&3)
   3>&1 1>&2 2>&3)
 
 
 header_info
 header_info