From 7ec660fa2b6adfdeff6c973847e8617899a7d90c Mon Sep 17 00:00:00 2001 From: pvincent Date: Wed, 2 Sep 2026 01:23:28 +0400 Subject: [PATCH] dev-upgrade --- lib/self-upgrade.bash | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/self-upgrade.bash b/lib/self-upgrade.bash index 27a6718..3ddedbf 100644 --- a/lib/self-upgrade.bash +++ b/lib/self-upgrade.bash @@ -22,11 +22,10 @@ function development_upgrade { local git_output git_output=$(git pull 2>&1) if echo "$git_output" | grep -q 'up to date'; then - echo already up-to-date - else - sudo_root - sudo miaou-bash "$MIAOU_BASH_DIR"/lib/initiate.bash + echo 'already up-to-date (Ctrl-c to bypass reinitialization)' fi + sudo_root + sudo miaou-bash "$MIAOU_BASH_DIR"/lib/initiate.bash } function system_upgrade {