[misc] add unrar for archive previewing

This commit is contained in:
Klesh Wong 2020-09-30 16:09:51 +08:00
parent b36be9b5e9
commit 5df82c181e

View File

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