mirror of
https://github.com/zen-browser/updates-server.git
synced 2025-07-07 17:05:36 +02:00
Fixed Spelling error in Linux AppImage Installer (closes https://github.com/zen-browser/desktop/issues/2341)
This commit is contained in:
parent
e35511d544
commit
8bf321533a
1 changed files with 3 additions and 3 deletions
|
@ -254,7 +254,7 @@ check_for_updates() {
|
|||
zsync_url="$ZEN_STABLE_SPECIFIC.zsync"
|
||||
appimage_url="$ZEN_STABLE_SPECIFIC"
|
||||
fi
|
||||
log_warn "Auto dedecting AVX2 support..."
|
||||
log_warn "Auto detecting AVX2 support..."
|
||||
else
|
||||
if [[ "$is_twilight" == 1 ]]; then
|
||||
zsync_url="$ZEN_TWILIGHT_GENERIC.zsync"
|
||||
|
@ -310,7 +310,7 @@ install_zen_browser() {
|
|||
else
|
||||
appimage_url="$ZEN_STABLE_SPECIFIC"
|
||||
fi
|
||||
log_warn "Auto dedecting AVX2 support..."
|
||||
log_warn "Auto detecting AVX2 support..."
|
||||
else
|
||||
if [[ "$is_twilight" == 1 ]]; then
|
||||
appimage_url="$ZEN_TWILIGHT_GENERIC"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue