View Single Post
Old 09-19-2024, 08:52 PM   #1156
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,419
Karma: 169098492
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Frenzie View Post
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?
DNSB is offline   Reply With Quote