From 58112b9ca5a4f527cd55d91c0b2e34119c0d114c Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Thu, 24 Dec 2020 18:01:52 +0800 Subject: [PATCH] [bugfix] update path --- gui/picom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/picom.sh b/gui/picom.sh index 4d795c6..d714ee6 100755 --- a/gui/picom.sh +++ b/gui/picom.sh @@ -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'