mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 14:15:29 +00:00
[linux] fix if statement
Former-commit-id: a40b8e216b61489bba7787f21b7f627db571bc21
This commit is contained in:
parent
a6f28e6fe0
commit
f344f8767f
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue