mirror of
https://github.com/rM-self-serve/signature-rM.git
synced 2025-09-06 21:27:15 +00:00
package
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user