real latest install

This commit is contained in:
pvincent
2026-08-22 20:10:21 +04:00
parent 8662d9cfd2
commit 2f4f7d8497
+1 -1
View File
@@ -54,7 +54,7 @@ function perform_upgrade {
curl -s --output /tmp/miaou-bash-install.sh "$INSTALL_URL" curl -s --output /tmp/miaou-bash-install.sh "$INSTALL_URL"
# if "$backup"/install.sh upgraded; then # if "$backup"/install.sh upgraded; then
# echo coucou
# shellcheck disable=SC1091 # shellcheck disable=SC1091
if source /tmp/miaou-bash-install.sh upgrade; then if source /tmp/miaou-bash-install.sh upgrade; then
if [[ $(find "$backup"/hooks.d -maxdepth 1 -type f | wc -l) -gt 0 ]]; then if [[ $(find "$backup"/hooks.d -maxdepth 1 -type f | wc -l) -gt 0 ]]; then