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"
|
zsync_url="$ZEN_STABLE_SPECIFIC.zsync"
|
||||||
appimage_url="$ZEN_STABLE_SPECIFIC"
|
appimage_url="$ZEN_STABLE_SPECIFIC"
|
||||||
fi
|
fi
|
||||||
log_warn "Auto dedecting AVX2 support..."
|
log_warn "Auto detecting AVX2 support..."
|
||||||
else
|
else
|
||||||
if [[ "$is_twilight" == 1 ]]; then
|
if [[ "$is_twilight" == 1 ]]; then
|
||||||
zsync_url="$ZEN_TWILIGHT_GENERIC.zsync"
|
zsync_url="$ZEN_TWILIGHT_GENERIC.zsync"
|
||||||
|
@ -310,7 +310,7 @@ install_zen_browser() {
|
||||||
else
|
else
|
||||||
appimage_url="$ZEN_STABLE_SPECIFIC"
|
appimage_url="$ZEN_STABLE_SPECIFIC"
|
||||||
fi
|
fi
|
||||||
log_warn "Auto dedecting AVX2 support..."
|
log_warn "Auto detecting AVX2 support..."
|
||||||
else
|
else
|
||||||
if [[ "$is_twilight" == 1 ]]; then
|
if [[ "$is_twilight" == 1 ]]; then
|
||||||
appimage_url="$ZEN_TWILIGHT_GENERIC"
|
appimage_url="$ZEN_TWILIGHT_GENERIC"
|
||||||
|
@ -392,4 +392,4 @@ main_menu "${1:-stable}"
|
||||||
|
|
||||||
# End of script
|
# End of script
|
||||||
log_info ""
|
log_info ""
|
||||||
log_info "Thank you for using Zen Browser Installer!"
|
log_info "Thank you for using Zen Browser Installer!"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue