From 439b363852287b218b497c3362f342bfb4c7d219 Mon Sep 17 00:00:00 2001 From: Javier Sepulveda Date: Sun, 16 Apr 2023 00:35:25 +0200 Subject: Restore detect_distro function - Find the way to mix the --two methods --- netzbon/install_packages.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/netzbon/install_packages.sh b/netzbon/install_packages.sh index 2f16620..ee7613b 100755 --- a/netzbon/install_packages.sh +++ b/netzbon/install_packages.sh @@ -9,8 +9,15 @@ source config/internal.conf # Check distro, if not supported echo and exit +# Javier - Check distro + ./check-distro.sh + +# Florian - Check distro + +detect_distro + # Configure logs with journalD ./config_journald.sh -- cgit v1.2.3