[bugfix] typo
This commit is contained in:
parent
cde41d2359
commit
9f2da896cd
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user