Integrate update script into install.sh

This commit is contained in:
Bishoy Ehab
2025-10-17 12:16:55 +03:00
parent 7b090c2e2a
commit ab0049ec5c
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -15,6 +15,10 @@ set -e
source ./sdata/exp/uninstall.sh
exit
fi
if [[ "${EXPERIMENTAL_UPDATE_SCRIPT}" = true ]]; then
source ./sdata/exp/update.sh
exit
fi
#####################################################################################
# 0. Before we start
if [[ "${SKIP_ALLGREETING}" != true ]]; then