added zabbix agent install, some fix

This commit is contained in:
Bachir Soussi Chiadmi
2018-04-08 00:22:44 +02:00
parent 2a1187aa50
commit 30f38a09a1
5 changed files with 51 additions and 14 deletions

View File

@@ -1,8 +1,6 @@
#!/bin/sh
# TODO check if root
echo '\033[35m
echo -e '\033[35m
__ ____
/ |/ (_)_________
/ /|_/ / / ___/ ___/
@@ -23,3 +21,5 @@ locale-gen
apt-get --yes --force-yes install ntp
dpkg-reconfigure tzdata
apt-get --yes --force-yes install needrestart
echo -e "\033[92;1mMisc done \033[Om"