Quote:
Originally Posted by Frenzie
The script doesn't download the zip package to be installed. It merely installs it. See the second post.
|
Sadly, NixOS does not run the install.sh script even then one of the OCP package files is present.
What I found on a VM running NixOS was that I need to install unzip (nix-env -i unzip) and bash (nix-env -i bash).
I then editing the shebang line at the start of the install.sh script to read:
Code:
#!/usr/bin/env bash
and saved it as installnx.sh.
When I then ran ./installnx.sh, it came back and told me no Kobo ereader was mounted. I didn't take it any further than that.
Code:
-rwxr-xr-x 1 david users 6578 Sep 19 17:44 installnx.sh
-rwxr-xr-x 1 david users 6570 Apr 17 2023 install.sh
-rw-r--r-- 1 david users 46005274 Sep 17 22:16 OCP-KOReader-v2024.07.zip
[david@nixos:~/Downloads/temp]$ ./installnx.sh
Couldn't find a Kobo eReader volume! Is one actually mounted?