From f4cfbb71cf2cd98bce25aa794e3c3907405e9e79 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sun, 22 Jan 2023 22:43:31 -0500 Subject: [PATCH] Add update option --- hestia.sh | 5 +++++ 1 file changed, 5 insertions(+) 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