Skip to content

Commit 6218d08

Browse files
committed
This will redirect to the desired version of the bootstrap zip in bintray.
1 parent 10fe238 commit 6218d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/termux/app/TermuxInstaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private static void ensureDirectoryExists(File directory) {
171171
private static URL determineZipUrl() throws MalformedURLException {
172172
String archName = determineTermuxArchName();
173173
String url = Build.VERSION.SDK_INT >= Build.VERSION_CODES.N
174-
? "https://bintray.com/termux/bootstrap/download_file?file_path=bootstrap-" + archName + ".zip"
174+
? "https://termux.org/bootstrap-" + archName + ".zip"
175175
: "https://termux.net/bootstrap/bootstrap-" + archName + ".zip";
176176
return new URL(url);
177177
}

0 commit comments

Comments
 (0)