There is an install script on this page online/this file in the repo.
I wound up needing to
- copy and paste the
install.sh file manually from GitHub (put it into a file called zen-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:
I had to change it to
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.
There is an install script on this page online/this file in the repo.
I wound up needing to
install.shfile manually from GitHub (put it into a file calledzen-install.sh)chmod +x zen-install.sh./zen-install.shin order to install it correctly.
For some reason, line 54 of
install.shwasn't working for me. Currently, it reads:I had to change it to
to make it run without error. I probably could have left the
-vflag, but-Jwas giving me problems, even though it should have been fine for a.tar.xzfile.EDIT: I forgot to mention, I'm running Kubuntu 25.10.