mirror of
https://github.com/itiligent/Easy-Guacamole-Installer.git
synced 2025-12-13 18:02:32 +00:00
remove package holds for ubuntu 23
This commit is contained in:
parent
6c89cf4451
commit
cc55bc6dfc
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue