This commit is contained in:
q
2024-06-26 14:10:05 +03:00
parent 088f1d2b31
commit fdab7d0bfb
2 changed files with 12 additions and 3 deletions

View File

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