server_optimize

This commit is contained in:
simono41 2019-08-05 13:45:47 +02:00
parent 53037fb233
commit 7b3f4aac28

View file

@ -89,8 +89,6 @@ echo
function dailyupdates() {
apt install fcron -y
echo "#!/bin/bash" > /etc/cron.daily/update-packages
echo -n "apt update && apt upgrade -y" >> /etc/cron.daily/update-packages
echo "ROOT" >> /etc/cron.daily/update-packages