[bugfix] typo

This commit is contained in:
Klesh Wong 2020-11-27 13:18:51 +08:00
parent cde41d2359
commit 9f2da896cd
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ set -e
DIR=$(dirname "$(readlink -f "$0")")
. "$DIR/../env.sh"
if ! has_cmd python
if ! has_cmd python; then
"$PDIR/devel/python.sh"
fi
log 'Setting up ranger'

View File

@ -19,7 +19,7 @@ case "$PM" in
;;
pacman)
sudo pacman -S --noconfirm --needed \
lxappearance arc-gtk-theme arc-icon-theme qt5ct qt5-styleplugins
lxappearance arc-gtk-theme arc-icon-theme qt5ct
;;
esac