mirror of
https://github.com/rM-self-serve/signature-rM.git
synced 2025-09-06 05:12:00 +00:00
fmt
This commit is contained in:
13
readme.md
13
readme.md
@@ -17,16 +17,15 @@ This simple program will remove the signature from the bottom of emails sent fro
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
$ wget https://raw.githubusercontent.com/rM-self-serve/signature-rM/master/install-signature-rm.sh && bash install-signature-rm.sh
|
||||
$ source ~/.bashrc
|
||||
```
|
||||
|
||||
`$ 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
|
||||
```
|
||||
`$ wget https://raw.githubusercontent.com/rM-self-serve/signature-rM/master/remove-signature-rm.sh && bash remove-signature-rm.sh`
|
||||
|
||||
|
||||
## Usage
|
||||
|
@@ -5,7 +5,7 @@ removefile='./remove-signature-rm.sh'
|
||||
localbin='/home/root/.local/bin'
|
||||
binfile="${localbin}/${pkgname}"
|
||||
|
||||
printf "\nRemove %s\n", "$pkgname"
|
||||
printf "\nRemove %s\n" "$pkgname"
|
||||
echo 'Make sure to revert the modifications before uninstalling'
|
||||
|
||||
read -r -p "Would you like to continue with removal? [y/N] " response
|
||||
|
Reference in New Issue
Block a user