remarkable_printer/install.sh
2020-12-18 01:27:32 -06:00

9 lines
293 B
Bash

mkdir -p /home/root/bin
cd /home/root/bin
wget -O release.zip http://github.com/evidlo/remarkable_printer/releases/latest/download/release.zip
unzip -o release.zip
mv printer.service /etc/systemd/system
systemctl daemon-reload
systemctl enable --now printer.service
rm printer.x86 release.zip