diff --git a/hestia.sh b/hestia.sh index 8576743..6b8a0fc 100755 --- a/hestia.sh +++ b/hestia.sh @@ -42,6 +42,7 @@ Please enter an option from below: [1] Launch Hestia Web Portal [2] Quit Hestia Web Portal [3] View the logs + [4] Update Hestia [0] Quit Control Panel" @@ -67,6 +68,10 @@ case "$opt" in clear less log.txt ;; + 4) + # Update Hestia + git pull && ./hestia.sh + ;; 0) # Exit the script clear