[feature] archive file previewing

This commit is contained in:
Klesh Wong 2020-09-22 18:40:26 +08:00
parent c17536e435
commit 7d5c18e177

View File

@ -6,11 +6,13 @@ DIR=$(readlink -f $(dirname $0))
# install ranger
case "$PM" in
apt)
# atool/p7zip-full for archive previewing/extracting etc
sudo apt install -y atool p7zip-full
! which pip3 && $ROOT/python/install.sh
sudo pip3 install ranger-fm ueberzug
;;
pacman)
sudo pip install ranger-fm ueberzug
sudo pip install ranger-fm ueberzug atool p7zip
;;
esac