[bugfix] add missing dependency atool

This commit is contained in:
Klesh Wong 2020-10-31 02:27:01 +08:00
parent e8805b8081
commit 5d94480b01

View File

@ -12,7 +12,8 @@ case "$PM" in
sudo pip3 install ranger-fm ueberzug
;;
pacman)
sudo pip install ranger-fm ueberzug atool p7zip unrar highlight
sudo pacman -S --needed atool
sudo pip install ranger-fm ueberzug p7zip unrar highlight
;;
esac