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"/> -