Evidlo / remarkable_printer

Native printing to reMarkable.
GNU General Public License v3.0
261 stars 21 forks source link

How can i uninstall the Code on my Remarkable 2 #41

Closed MawaCiN closed 9 months ago

MawaCiN commented 1 year ago

Hi this Script is not working on my Remarkable. How can i uninstall this script complete from my Device ?

jordanmalecki commented 1 year ago

Based off the install.sh script I did the following to uninstall:

systemctl disable --now printer.service
rm /etc/systemd/system/printer.service
rm /home/root/bin/printer.arm
systemctl daemon-reload

I could have missed something so correct me if I am wrong.

Evidlo commented 1 year ago

That looks correct to me.

On January 31, 2023 10:32:05 AM CST, Jordan Malecki @.***> wrote:

Based off the install.sh script I did the following to uninstall:

systemctl disable --now printer.service
rm /etc/systemd/system/printer.service
rm /home/root/bin/printer.arm
systemctl daemon-reload

I could have missed something so correct me if I am wrong.

-- Reply to this email directly or view it on GitHub: https://github.com/Evidlo/remarkable_printer/issues/41#issuecomment-1410699324 You are receiving this because you are subscribed to this thread.

Message ID: @.***>