real latest install

This commit is contained in:
pvincent
2026-08-22 20:12:03 +04:00
parent 2e5412b568
commit f1bf9e3792
-3
View File
@@ -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