fix help
This commit is contained in:
9
Bakefile
9
Bakefile
@@ -43,3 +43,12 @@ test_decrypt() {
|
||||
GPGPASS=secret @ qgpg --key key2 -r d datadir
|
||||
@ hash-update -t sha1 -f sha1sum.txt -c
|
||||
}
|
||||
|
||||
|
||||
install_without_tools() {
|
||||
python3 -m venv .local/share/qgpg
|
||||
.local/share/qgpg/bin/pip install -U pip https://six9.net/py/qgpg/qgpg-1.0.tar.gz
|
||||
mkdir -p .local/bin
|
||||
ln -sfT ~/.local/share/qgpg/bin/qgpg .local/bin/qgpg
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user