tidying
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 2m52s

This commit is contained in:
Your Name
2025-05-26 23:22:38 +12:00
parent f79abd346e
commit 029823a6b4
3 changed files with 3 additions and 16 deletions

View File

@@ -133,17 +133,6 @@ if [ -n "$SUDO_USER" ] && [ "$SUDO_USER" != "root" ]; then
fi
fi
# ----------------------------------------------------------------------------------------------------------
# DEHYDRATE
# ----------------------------------------------------------------------------------------------------------
# check if dehydrate command is installed
if ! command -v dehydrate &> /dev/null; then
curl -fsSL https://gitea.jde.nz/public/dehydrate/releases/download/latest/install.sh | bash
fi
dehydrate -u
# ----------------------------------------------------------------------------------------------------------
# COMPLETE
# ----------------------------------------------------------------------------------------------------------