[bugfix] update path

This commit is contained in:
Klesh Wong 2020-12-24 18:01:52 +08:00
parent 8253304005
commit 58112b9ca5

View File

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