dev-upgrade

This commit is contained in:
pvincent
2026-09-02 01:23:28 +04:00
parent af7fedfce6
commit 7ec660fa2b
+3 -4
View File
@@ -22,11 +22,10 @@ function development_upgrade {
local git_output local git_output
git_output=$(git pull 2>&1) git_output=$(git pull 2>&1)
if echo "$git_output" | grep -q 'up to date'; then if echo "$git_output" | grep -q 'up to date'; then
echo already up-to-date echo 'already up-to-date (Ctrl-c to bypass reinitialization)'
else
sudo_root
sudo miaou-bash "$MIAOU_BASH_DIR"/lib/initiate.bash
fi fi
sudo_root
sudo miaou-bash "$MIAOU_BASH_DIR"/lib/initiate.bash
} }
function system_upgrade { function system_upgrade {