From 2f4f7d8497eaa9ea6f406a1f6892fef519ca9545 Mon Sep 17 00:00:00 2001 From: pvincent Date: Sat, 22 Aug 2026 20:10:21 +0400 Subject: [PATCH] real latest install --- lib/self-upgrade.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/self-upgrade.bash b/lib/self-upgrade.bash index efb2f0a..479fb60 100644 --- a/lib/self-upgrade.bash +++ b/lib/self-upgrade.bash @@ -54,7 +54,7 @@ function perform_upgrade { curl -s --output /tmp/miaou-bash-install.sh "$INSTALL_URL" # if "$backup"/install.sh upgraded; then - # + echo coucou # shellcheck disable=SC1091 if source /tmp/miaou-bash-install.sh upgrade; then if [[ $(find "$backup"/hooks.d -maxdepth 1 -type f | wc -l) -gt 0 ]]; then