Skip to content

Commit f0766e9

Browse files
author
Kristan Kenney
committed
Enable automatic updates and add notice to welcome message
1 parent 57404b9 commit f0766e9

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

install/hst-install-debian.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,6 +1767,9 @@ fi
17671767
$HESTIA/bin/v-add-web-domain admin $servername
17681768
check_result $? "can't create $servername domain"
17691769

1770+
# Enable automatic updates
1771+
$HESTIA/bin/v-add-cron-hestia-autoupdate
1772+
17701773
# Adding cron jobs
17711774
command="sudo $HESTIA/bin/v-update-sys-queue disk"
17721775
$HESTIA/bin/v-add-cron-job 'admin' '15' '02' '*' '*' '*' "$command"
@@ -1838,8 +1841,8 @@ Web: https://www.hestiacp.com/
18381841
Forum: https://forum.hestiacp.com/
18391842
GitHub: https://www.github.com/hestiacp/hestiacp
18401843
1841-
Want to join our beta test program? Please email us at
1842-
info@hestiacp.com or join in on GitHub to start contributing today.
1844+
Note: Automatic updates are enabled by default. If you would like to disable them,
1845+
please log in and navigate to Server > Updates to turn them off.
18431846
18441847
Help support the Hestia Contol Panel project by donating via PayPal:
18451848
https://www.hestiacp.com/donate

install/hst-install-ubuntu.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,6 +1662,9 @@ fi
16621662
$HESTIA/bin/v-add-web-domain admin $servername
16631663
check_result $? "can't create $servername domain"
16641664

1665+
# Enable automatic updates
1666+
$HESTIA/bin/v-add-cron-hestia-autoupdate
1667+
16651668
# Adding cron jobs
16661669
command="sudo $HESTIA/bin/v-update-sys-queue disk"
16671670
$HESTIA/bin/v-add-cron-job 'admin' '15' '02' '*' '*' '*' "$command"
@@ -1733,8 +1736,8 @@ Web: https://www.hestiacp.com/
17331736
Forum: https://forum.hestiacp.com/
17341737
GitHub: https://www.github.com/hestiacp/hestiacp
17351738
1736-
Want to join our beta test program? Please email us at
1737-
info@hestiacp.com or join in on GitHub to start contributing today.
1739+
Note: Automatic updates are enabled by default. If you would like to disable them,
1740+
please log in and navigate to Server > Updates to turn them off.
17381741
17391742
Help support the Hestia Contol Panel project by donating via PayPal:
17401743
https://www.hestiacp.com/donate

0 commit comments

Comments
 (0)