server_optimize
This commit is contained in:
parent
53037fb233
commit
7b3f4aac28
1 changed files with 0 additions and 2 deletions
|
@ -89,8 +89,6 @@ echo
|
||||||
|
|
||||||
function dailyupdates() {
|
function dailyupdates() {
|
||||||
|
|
||||||
apt install fcron -y
|
|
||||||
|
|
||||||
echo "#!/bin/bash" > /etc/cron.daily/update-packages
|
echo "#!/bin/bash" > /etc/cron.daily/update-packages
|
||||||
echo -n "apt update && apt upgrade -y" >> /etc/cron.daily/update-packages
|
echo -n "apt update && apt upgrade -y" >> /etc/cron.daily/update-packages
|
||||||
echo "ROOT" >> /etc/cron.daily/update-packages
|
echo "ROOT" >> /etc/cron.daily/update-packages
|
||||||
|
|
Loading…
Reference in a new issue