#!/usr/bin/env bash # Can also be run from an unpacked trusted bundle to adopt an older installation. set -euo pipefail exec python3 "$(dirname -- "${BASH_SOURCE[0]}")/update_bundle.py" "$@"