[feature] archive file previewing
This commit is contained in:
parent
c17536e435
commit
7d5c18e177
|
@ -6,11 +6,13 @@ DIR=$(readlink -f $(dirname $0))
|
||||||
# install ranger
|
# install ranger
|
||||||
case "$PM" in
|
case "$PM" in
|
||||||
apt)
|
apt)
|
||||||
|
# atool/p7zip-full for archive previewing/extracting etc
|
||||||
|
sudo apt install -y atool p7zip-full
|
||||||
! 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
|
sudo pip install ranger-fm ueberzug atool p7zip
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user