Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/a1d426d81d3111b58e2ce082576ec578aebd560b?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update jellyfin-v4.sh

remove 22.04 as an option for now
pull/543/head
tteckster 3 years ago committed by GitHub
parent eb3d31193f
commit a1d426d81d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,11 +98,10 @@ function default_settings() {
echo -e "${BL}Creating a ${APP} LXC using the above default settings${CL}"
}
function advanced_settings() {
var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 4 \
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" OFF \
3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then

Loading…
Cancel
Save

Powered by BW's shoe-string budget.