Micro Optional

This commit is contained in:
Alexandre
2024-09-07 07:35:27 +02:00
committed by GitHub
parent a326bd09a0
commit 3fd1007f75

View File

@@ -216,10 +216,10 @@ fi
#######################
# Install micro texteditor
curl https://getmic.ro | bash
mv micro /usr/bin
micro -plugin install bounce
micro -plugin install filemanager
curl https://getmic.ro | bash || true
mv micro /usr/bin || true
micro -plugin install bounce || true
micro -plugin install filemanager || true
for files in "/etc/services.d" "/etc/cont-init.d"; do