From f1bf9e37921f3ab33f4ad9f0126c8a91489b6326 Mon Sep 17 00:00:00 2001 From: pvincent Date: Sat, 22 Aug 2026 20:12:03 +0400 Subject: [PATCH] real latest install --- lib/self-upgrade.bash | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/self-upgrade.bash b/lib/self-upgrade.bash index 43ca5fe..ef1450c 100644 --- a/lib/self-upgrade.bash +++ b/lib/self-upgrade.bash @@ -53,9 +53,6 @@ function perform_upgrade { sudo mv "$MIAOU_BASH_DIR" "$backup" curl -s --output /tmp/miaou-bash-install.sh "$INSTALL_URL" - # if "$backup"/install.sh upgraded; then - echo coucou - echo coucou2 # 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