This commit is contained in:
rM-self-serve
2023-11-28 23:51:47 -06:00
parent 8c528996ed
commit b3bf240ec9
2 changed files with 7 additions and 8 deletions

View File

@@ -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

View File

@@ -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