From 168f0b03e6787b087143b45956149dd24a0efa91 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 8 Dec 2021 11:51:07 +0100 Subject: [PATCH] Update automatic_packages.sh --- zzz_templates/automatic_packages.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zzz_templates/automatic_packages.sh b/zzz_templates/automatic_packages.sh index 0668ae737..382c501ea 100644 --- a/zzz_templates/automatic_packages.sh +++ b/zzz_templates/automatic_packages.sh @@ -64,5 +64,4 @@ fi done # Create file containing all packages to install -echo "$PACKAGES" >> /packages -echo "$PACKAGES" \ No newline at end of file +eval "$PACKAGES"