From d5d078100234b84941f3a7b217f7afb239722180 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 27 Feb 2020 16:23:24 +0100 Subject: [SSUS] Fix java update on Debian 10 --- satellit_upgrader/updater.template.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'satellit_upgrader/updater.template.sh') diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh index 0246f9a..366387e 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -250,12 +250,12 @@ if [ -f "/etc/cron.daily/tmpdelete.sh" ]; then fi if [ "$MAJOR" -eq 9 ]; then - java="7" - php="-1" + java="7" # highest UNWANTED version + php="-1" # highest UNWANTED version mysql="10.1" elif [ "$MAJOR" -eq 10 ]; then - java="11" - php="2" + java="10" # highest UNWANTED version + php="2" # highest UNWANTED version mysql="10.3" else perror "Abort" -- cgit v1.2.3-55-g7522