Add more debug

This commit is contained in:
2026-01-21 06:07:47 -05:00
parent 776509f038
commit 6184ef7cbd

View File

@@ -646,7 +646,7 @@ install_legacy_repo() {
EOF EOF
# Set a trap to always cleanup legacy repo # Set a trap to always cleanup legacy repo
# shellcheck disable=SC2064 # shellcheck disable=SC2064
trap "sudo rm -f $temp_repo_file" EXIT ERR INT # trap "sudo rm -f $temp_repo_file" EXIT INT TERM
fi fi
} }