added urbackup and some todos

This commit is contained in:
2018-10-16 15:34:15 +02:00
parent 4d7fa59a86
commit fff73f9e3d
4 changed files with 21 additions and 6 deletions

View File

@@ -94,10 +94,20 @@ else
echo -e 'zabbix-agent not installed'
fi
# urbackup
while [ "$_install_urbackup" != "yes" ] && [ "$_install_urbackup" != "no" ]
do
echo -n "Should we install urbackup client ? [yes|no] "
read _install_urbackup
done
if [ "$_install_urbackup" = "yes" ]; then
. bin/urbackup.sh
else
echo -e 'urbackup client not installed'
fi
. bin/dotfiles.sh
. bin/autoupdate.sh
# . bin/autoupdate.sh
# echo -e '\033[35m
# ______________ _______