diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-09-29 20:19:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-09-29 20:19:34 -0300 |
commit | e6d160fee0f7af0bbe964694dbce4420d0794582 (patch) | |
tree | dc0a82fed7ecccfad5664dc2d70a1f2c24c3be8f /share/hoarder/archivebox | |
parent | 05b63a39883120559461ec1b651324d3d7625cc9 (diff) | |
download | trashman-e6d160fee0f7af0bbe964694dbce4420d0794582.tar.gz trashman-e6d160fee0f7af0bbe964694dbce4420d0794582.tar.bz2 |
Fix: typo
Diffstat (limited to 'share/hoarder/archivebox')
-rwxr-xr-x | share/hoarder/archivebox/unix/linux/debian/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hoarder/archivebox/unix/linux/debian/install b/share/hoarder/archivebox/unix/linux/debian/install index b9767eb..d818c70 100755 --- a/share/hoarder/archivebox/unix/linux/debian/install +++ b/share/hoarder/archivebox/unix/linux/debian/install @@ -13,7 +13,7 @@ LIB="$2" . $LIB/trashman/debian || exit 1 # Requirements -trashman_apt_install_packages install python3 python3-pip python3-dev git curl wget youtube-dl chromium npm +trashman_apt_install_packages python3 python3-pip python3-dev git curl wget youtube-dl chromium npm # Youtube-dl hoarder install youtube-dl |