mirror of
https://github.com/zen-browser/updates-server.git
synced 2025-07-07 17:05:36 +02:00
fix
: set proper download url for amd64
This commit is contained in:
parent
4e0070a53b
commit
10b404bb12
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@ sleep 1
|
|||
|
||||
case "$os_arch" in
|
||||
x86_64) echo "64-bit (Intel/AMD) architecture identified!" ;;
|
||||
aarch64|arm64) echo "64-bit ARM architecture identified!" ;;
|
||||
aarch64|arm64)
|
||||
echo "64-bit ARM architecture identified!"
|
||||
official_package_location="https://github.com/zen-browser/desktop/releases/latest/download/zen.linux-aarch64.tar.xz" ;;
|
||||
*)
|
||||
echo "Zen doesn't support this architecture: $os_arch"
|
||||
exit 1 ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue