-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
There is an install script on this page online/this file in the repo.
I wound up needing to
- copy and paste the
install.shfile manually from GitHub (put it into a file calledzen-install.sh) - edit it (see below)
chmod +x zen-install.sh./zen-install.sh
in order to install it correctly.
For some reason, line 54 of install.sh wasn't working for me. Currently, it reads:
tar -xvJf $tar_location
I had to change it to
tar -xf $tar_location
to make it run without error. I probably could have left the -v flag, but -J was giving me problems, even though it should have been fine for a .tar.xz file.
EDIT: I forgot to mention, I'm running Kubuntu 25.10.
Metadata
Metadata
Assignees
Labels
No labels