From 45b0462efb806b494d084010226aae6eae21360b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 7 Apr 2023 07:22:46 +0200 Subject: [PATCH] Add micro text editor --- .templates/automatic_packages.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.templates/automatic_packages.sh b/.templates/automatic_packages.sh index 1151fa007..0367f73aa 100755 --- a/.templates/automatic_packages.sh +++ b/.templates/automatic_packages.sh @@ -190,6 +190,10 @@ fi # INSTALL MANUAL APPS # ####################### +# Install micro texteditor +cd /usr/bin || true +curl https://getmic.ro | bash || true + for files in "/etc/services.d" "/etc/cont-init.d"; do # Next directory if does not exists