remove package holds for ubuntu 23

This commit is contained in:
itiligent 2023-10-24 18:49:27 +11:00
parent 6c89cf4451
commit cc55bc6dfc

View file

@ -221,7 +221,6 @@ fi
# Workaround for Ubuntu 23.x & Tomcat 10 incompatibilities
if [[ ${OS_NAME,,} = "ubuntu" ]] && [[ ${OS_CODENAME,,} = *"lunar"* ]]; then #(checks for upper and lower case)
TOMCAT_VERSION="tomcat9"
sudo apt-mark hold $TOMCAT_VERSION
fi
# Uncomment here to force a specific Tomcat version.