uninstall

This commit is contained in:
pvincent
2026-08-07 22:33:34 +04:00
parent 8519d254dd
commit 433370e730
3 changed files with 15 additions and 21 deletions
+2 -2
View File
@@ -265,11 +265,11 @@ function on_error {
}
function self_upgrade {
sudo -E "$MIAOU_BASH_DIR/lib/self-upgrade.bash"
sudo -E miaou-bash "$MIAOU_BASH_DIR"/lib/self-upgrade.bash
}
function uninstall {
echo "TODO: uninstall"
sudo -E miaou-bash "$MIAOU_BASH_DIR"/lib/uninstall.bash
}
function populate_error_arrays {