mirror of
https://github.com/PurpleI2P/i2pdbrowser.git
synced 2024-12-06 19:16:29 +01:00
+2
-2
@@ -1,3 +1,3 @@
|
||||
/app
|
||||
/browser
|
||||
/data
|
||||
/firefox-portable
|
||||
/start-i2pd-browser.desktop
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ version="78.15.0esr"
|
||||
application="firefox"
|
||||
ftpmirror="https://ftp.mozilla.org/pub/$application/releases/$version"
|
||||
|
||||
if [ "$arch" == "amd64" ]; then # OpenBSD (and maybe FreeBSD) returns amd64 as architecture instead x86_64
|
||||
if [ "$arch" = "amd64" ]; then # OpenBSD (and maybe FreeBSD) returns amd64 as architecture instead x86_64
|
||||
arch=x86_64
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user