Quantcast
Channel: MobileRead Forums
Viewing all articles
Browse latest Browse all 50069

Koreader download and install script

$
0
0
Basic script to download and install the latest version of Koreader directly from Pocketbook devices.

I may expand on the functionality if there's interest; perhaps adding uninstall and settings backup options.

Code:

#!/bin/sh
tmpDir=/var/tmp/koreader
rm -rf $tmpDir
mkdir $tmpDir
cd $tmpDir
curl -s https://api.github.com/repos/koreader/koreader/releases/latest \
| grep -wo "https.*pocketbook.*zip" | wget -qi -
unzip $tmpDir/$(ls) -d /mnt/ext1


Viewing all articles
Browse latest Browse all 50069

Latest Images

Trending Articles



Latest Images