This commit is contained in:
rM-self-serve
2023-11-28 23:48:27 -06:00
parent 024c8dd8dd
commit 8c528996ed
2 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ sha_fail() {
}
[[ -f $binfile ]] && rm $binfile
wget "https://github.com/rM-self-serve/${gh_pkgname}/releases/download/${release}/${gh_pkgname}" \
wget "https://github.com/rM-self-serve/${gh_pkgname}/releases/download/${release}/${pkgname}" \
-O "$binfile"
if ! pkg_sha_check; then

View File

@@ -18,14 +18,14 @@ 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-webint-ob.sh && bash install-webint-ob.sh
$ 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-webint-ob.sh && bash remove-webint-ob.sh
$ wget https://raw.githubusercontent.com/rM-self-serve/signature-rM/master/remove-signature-rm.sh && bash remove-signature-rm.sh
```