From 8c9146deff6c501827e51a292a004d86576fc3ad Mon Sep 17 00:00:00 2001 From: Mips2648 Date: Mon, 9 Jun 2025 08:10:31 +0200 Subject: [PATCH] revert to default update_os --- install/jeedom-install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/install/jeedom-install.sh b/install/jeedom-install.sh index e8e7874c..4caea86c 100644 --- a/install/jeedom-install.sh +++ b/install/jeedom-install.sh @@ -12,12 +12,7 @@ verb_ip6 catch_errors setting_up_container network_check - -# update_os # don't call this one because it is a bad idea to remove /usr/lib/python3.*/EXTERNALLY-MANAGED in this context -msg_info "Upgrade OS" -$STD apt-get update -$STD apt-get -o Dpkg::Options::="--force-confold" -y dist-upgrade -msg_ok "OS upgraded" +update_os msg_info "Installing dependencies" $STD apt-get install -y \