Migrate to --sudo as --use-remote-sudo is deprecated

This commit is contained in:
2025-11-16 17:12:09 +01:00
parent 5f3748df43
commit 0465912c6e

2
bij.sh
View File

@@ -102,7 +102,7 @@ if [[ -n "${USE_SUBSTITUTES}" ]]; then
fi
if [[ -n "${USE_REMOTE_SUDO}" ]]; then
APPLY_OPTS+=("--use-remote-sudo")
APPLY_OPTS+=("--sudo")
fi
APPLY_OPERATION="switch"