mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update jellyfin-v4.sh
This commit is contained in:
parent
b28568d0ca
commit
de727fc650
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ function advanced_settings() {
|
|||
var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 3 \
|
||||
"18.04" "Bionic" OFF \
|
||||
"20.04" "Focal" ON \
|
||||
"21.10" "Impish" OFF \
|
||||
"22.04" "Jammy Jellyfish" OFF \
|
||||
3>&1 1>&2 2>&3)
|
||||
exitstatus=$?
|
||||
if [ $exitstatus = 0 ]; then echo -e "${DGN}Using Ubuntu Version: ${BGN}$var_version${CL}"; fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue