real latest install

This commit is contained in:
pvincent
2026-08-22 20:28:31 +04:00
parent da6b317fbd
commit 1e7992c9dd
2 changed files with 4 additions and 8 deletions
+1
View File
@@ -57,6 +57,7 @@ function perform_upgrade {
if source /tmp/miaou-bash-install.sh upgrade; then
if [[ $(find "$backup"/hooks.d -maxdepth 1 -type f | wc -l) -gt 0 ]]; then
sudo mv "$backup"/hooks.d/* "$MIAOU_BASH_DIR"/hooks.d/
sudo miaou-bash "$MIAOU_BASH_DIR"/lib/initiate.bash
fi
sudo rm -rf "$backup"
cat <<EOF