summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Sepulveda <javier.sepulveda@uv.es>2023-04-16 00:35:25 +0200
committerJavier Sepulveda <javier.sepulveda@uv.es>2023-04-16 00:35:25 +0200
commit439b363852287b218b497c3362f342bfb4c7d219 (patch)
treefce7c185a2bffc115df270a1ecc83e61cc6a5ece
parented212c417ca5cb14b7701e6c133bc75da101c13a (diff)
downloaddeployment-439b363852287b218b497c3362f342bfb4c7d219.tar.gz
deployment-439b363852287b218b497c3362f342bfb4c7d219.tar.bz2
deployment-439b363852287b218b497c3362f342bfb4c7d219.zip
Restore detect_distro function - Find the way to mix the --two methods
-rwxr-xr-xnetzbon/install_packages.sh7
1 files changed, 7 insertions, 0 deletions
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