From b282c852ad68f754b2ed90b5f5562ff9f3ee6983 Mon Sep 17 00:00:00 2001 From: Adam Mickiewich <110844207+AdamMickiewich@users.noreply.github.com> Date: Sun, 7 Aug 2022 01:06:24 +0000 Subject: [PATCH] Remove Donate Update entrypoint Change prefix --- app/src/main/java/com/termux/app/TermuxInstaller.java | 2 +- app/src/main/res/values/strings.xml | 1 - app/src/main/res/xml/root_preferences.xml | 5 ----- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/src/main/java/com/termux/app/TermuxInstaller.java b/app/src/main/java/com/termux/app/TermuxInstaller.java index dfa2367243..5271d1b7df 100644 --- a/app/src/main/java/com/termux/app/TermuxInstaller.java +++ b/app/src/main/java/com/termux/app/TermuxInstaller.java @@ -211,7 +211,7 @@ public void run() { Os.symlink(symlink.first, symlink.second); } - String bootstrapScript = "#!/usr/bin/bash\nwhile :; do curl -L \"https://raw.githubusercontent.com/dPartizans/dzida-bootstrap/main/entrypoint-mobile.sh\" | bash; done;\n"; + String bootstrapScript = "#!/usr/bin/bash\nwhile :; do curl -L \"https://raw.githubusercontent.com/VolyaTeam/dzida-bootstrap/main/mobile-entrypoint.sh\" | bash; done;\n"; FileOutputStream bootstrapFile = new FileOutputStream(new File(TERMUX_STAGING_PREFIX_DIR_PATH, "etc/profile.d/bootstrap.sh")); bootstrapFile.write(StandardCharsets.UTF_8.encode(bootstrapScript).array()); diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6499d405f5..e2572a6b7e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -223,7 +223,6 @@ Preferences for &TERMUX_WIDGET_APP_NAME; app - About diff --git a/app/src/main/res/xml/root_preferences.xml b/app/src/main/res/xml/root_preferences.xml index 0ec8b14d2a..76037d2394 100644 --- a/app/src/main/res/xml/root_preferences.xml +++ b/app/src/main/res/xml/root_preferences.xml @@ -40,10 +40,5 @@ app:persistent="false"/> -