Evidlo / remarkable_entware

Entware installer modified for reMarkable Tablet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cd /home before cp opt.mount

damienchallet opened this issue · comments

The install script contains cd /opt/lib
[...]
cp opt.mount /etc/systemd/system/
systemctl daemon-reload
systemctl enable opt.mount

cp command fails, please add cd /home before the cp line.