mirror of https://github.com/tteck/Proxmox.git
Update plex-v5.sh
add "plexupdate info >> https://github.com/mrworf/plexupdate"
This commit is contained in:
parent
c448a4ba53
commit
7b23807535
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue