update, use matugen branch from stylix

This commit is contained in:
Kopatz
2026-02-06 10:45:59 +01:00
parent cf910c4273
commit f530f81712
9 changed files with 101 additions and 13 deletions

View File

@@ -90,7 +90,7 @@ in
if [ -z "$USERNAME" ] || [ -z "$PASSWORD" ]; then
set -a; source ${config.age.secrets.restic-internxt.path}; set +a
fi
${cli} login --non-interactive -e "$USERNAME" -p "$PASSWORD"
${cli} login-legacy --non-interactive -e "$USERNAME" -p "$PASSWORD"
LOGGED_IN=$(${cli} whoami | grep "You are logged in")
if [ -z "$LOGGED_IN" ]; then
echo "Internxt CLI login failed. Aborting backup."