zen-browser / desktop

🌀 Experience tranquillity while browsing the web without people tracking you!
https://zen-browser.app
Mozilla Public License 2.0
13.31k stars 317 forks source link

Unable to install appimage via script #1670

Open thequantum-r opened 4 hours ago

thequantum-r commented 4 hours ago

Captchas

What happened?

I've come across the script from the site for AppImage. bash <(curl https://updates.zen-browser.app/appimage.sh). When I try to run it I get this error

This doesn't look like a squashfs image.
Failed to open squashfs image

Digging deeper into the script I got to know that this happens exactly on line 147 where we extract the app image

    "${appimage_path}" --appimage-extract

My environment:

PRETTY_NAME="Zorin OS 17.2"
NAME=Zorin OS
VERSION=17.2
VERSION_CODENAME=jammy
XDG_SESSION_TYPE=Wayland

Reproducible?

Version

1.0.1-a.4

What platform are you seeing the problem on?

Linux

Relevant log output

% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10579  100 10579    0     0  23436      0 --:--:-- --:--:-- --:--:-- 23456
[i] ╔════════════════════════════════════════════════════╗
[i] ║                                                    ║
[i] ║    (ノ◕ヮ◕)ノ*:・゚✧  Zen Browser Installer            ║
[i] ║                                                    ║
[i] ║    CPU: AVX2 Supported (Optimized Version)         ║
[i] ║    Status: Zen Browser Not Installed               ║
[i] ║    zsync: Not Installed (Needed for Updates)       ║
[i] ║                                                    ║
[i] ╚════════════════════════════════════════════════════╝
[i] 
[i] (★^O^★) What would you like to do?
[i]   1) Install
[i]   2) Uninstall
[i]   0) Exit
Enter your choice (0-3): 1
[i] 
[w] Auto dedecting AVX2 support...
[w] Downloading Zen from https://github.com/zen-browser/desktop/releases/latest/download/zen-specific.AppImage
[i] 
[i] Installing Zen Browser...
######################################################################### 100.0%
[i] Install completed successfully!
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
This doesn't look like a squashfs image.
Failed to open squashfs image
linear[bot] commented 4 hours ago

ZEN-1701 Unable to install appimage via script