mirror of
https://github.com/rM-self-serve/signature-rM.git
synced 2025-09-06 13:15:47 +00:00
1.3 KiB
1.3 KiB
Signature-rM
Inspired by and compatible with
https://github.com/Barabazs/rM-signature-patch
This simple program will remove the signature from the bottom of emails sent from the device. It will also take a backup before the modification, and allow reverting the modication from the backup or by performing the modification in reverse.
ReMarkable Software Version Compatibility
- ✅ 1.9 - v3.8
Type the following commands after ssh'ing into the ReMarkable Tablet
Install
$ wget https://raw.githubusercontent.com/rM-self-serve/signature-rM/master/install-signature-rm.sh && bash install-signature-rm.sh
$ source ~/.bashrc
Remove
$ wget https://raw.githubusercontent.com/rM-self-serve/signature-rM/master/remove-signature-rm.sh && bash remove-signature-rm.sh
Usage
To use Signature-rM, run:
$ systemctl stop xochitl
$ signature-rm apply
$ systemctl start xochitl
Or to revert the modification:
$ systemctl stop xochitl
$ signature-rm revert --backup #or --reverse
$ systemctl start xochitl