1
0
Fork 0

Remove "bin/archive"

This commit is contained in:
Alex Kotov 2024-01-04 20:58:50 +04:00
parent d2785c2ddd
commit 2e3a29f097
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
#!/usr/bin/env bash
# DEPRECATED: this helper exists for backwards compatibility with <v0.4 only
# Do not use this to call archivebox, instead use the archivebox binary directly.
if python3 -m django --version >/dev/null 2>&1; then
python3 -m archivebox "$*"
else
echo '[X] ArchiveBox not found, is it installed and present in your $PATH?'
echo ' pip3 install archivebox'
echo
echo 'Hint: Did you forget to activate a virtualenv?'
exit 2
fi