mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 11:36:11 +01:00
Default to release-22.11
This commit is contained in:
parent
d82dda4bb8
commit
5f4e8fedd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue