Default to release-22.11

This commit is contained in:
Alexander Sosedkin 2022-09-13 01:34:34 -06:00 committed by midirhee12
parent d82dda4bb8
commit 5f4e8fedd6
No known key found for this signature in database

View file

@ -64,7 +64,7 @@ import static com.termux.shared.termux.TermuxConstants.TERMUX_STAGING_PREFIX_DIR
final class TermuxInstaller {
private static final String LOG_TAG = "TermuxInstaller";
static String defaultBootstrapURL = "https://nix-on-droid.unboiled.info/bootstrap";
static String defaultBootstrapURL = "https://nix-on-droid.unboiled.info/bootstrap-release-22.11";
/** Performs bootstrap setup if necessary. */
static void setupBootstrapIfNeeded(final Activity activity, final Runnable whenDone) {