From cc55bc6dfc48e5893d83fb212cb2313cb8245e79 Mon Sep 17 00:00:00 2001 From: itiligent Date: Tue, 24 Oct 2023 18:49:27 +1100 Subject: [PATCH] remove package holds for ubuntu 23 --- 1-setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/1-setup.sh b/1-setup.sh index c704814..c2a1f96 100644 --- a/1-setup.sh +++ b/1-setup.sh @@ -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.