Update plex-v5.sh

add "plexupdate info >> https://github.com/mrworf/plexupdate"
This commit is contained in:
tteckster 2023-01-09 22:12:45 -05:00 committed by GitHub
parent c448a4ba53
commit 7b23807535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ function install_script() {
fi fi
} }
function update_script() { 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 \ "1" "Update LXC" ON \
"2" "Run plexupdate" OFF \ "2" "Run plexupdate" OFF \
3>&1 1>&2 2>&3) 3>&1 1>&2 2>&3)