Update install.sh

printer.services looks for printer.arm in /home/root and not /home/root/bin. First look showed that the makefile also places printer.arm in /home/root and not in /home/root/bin. This way install.sh should provide a working environment.
This commit is contained in:
Gnomiro 2020-12-22 10:51:18 +01:00 committed by GitHub
parent 1e2627c837
commit 7ea30a5f82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
mkdir -p /home/root/bin mkdir -p /home/root
cd /home/root/bin cd /home/root
wget -O release.zip http://github.com/evidlo/remarkable_printer/releases/latest/download/release.zip wget -O release.zip http://github.com/evidlo/remarkable_printer/releases/latest/download/release.zip
unzip -o release.zip unzip -o release.zip
mv printer.service /etc/systemd/system mv printer.service /etc/systemd/system