[misc] use official repo since crash bug was fixed

This commit is contained in:
Klesh Wong 2020-12-02 16:58:34 +08:00
parent cfd9dd5b6f
commit 86b770c23b

View File

@ -24,7 +24,8 @@ case "$PM" in
esac
# build and install picom
intorepo https://github.com/klesh/picom.git "$DIR/repos/picom"
#intorepo https://github.com/klesh/picom.git "$DIR/repos/picom"
intorepo https://github.com/yshui/picom.git "$DIR/repos/picom"
meson --buildtype=release . build
sudo ninja -C build install
exitrepo