From c8ad9c7c5e3cbe3c6946ac2911cd9d4824f1bac0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 7 Apr 2023 08:00:23 +0200 Subject: [PATCH] Update automatic_packages.sh --- .templates/automatic_packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.templates/automatic_packages.sh b/.templates/automatic_packages.sh index 0367f73aa..17ee29adb 100755 --- a/.templates/automatic_packages.sh +++ b/.templates/automatic_packages.sh @@ -191,8 +191,8 @@ fi ####################### # Install micro texteditor -cd /usr/bin || true -curl https://getmic.ro | bash || true +curl https://getmic.ro | bash +mv micro /usr/bin || true for files in "/etc/services.d" "/etc/cont-init.d"; do