diff --git a/main.sh b/main.sh index ec42a3d..feca487 100755 --- a/main.sh +++ b/main.sh @@ -6,6 +6,9 @@ set -e apt-get update +# Dead PikaOS 3 Workaround +apt-get install libglib2.0-0=2.78.0-2 libglib2.0-bin=2.78.0-2 libglib2.0-dev-bin=2.78.0-2 -y --allow-downgrades + # Clone Upstream git clone --recurse-submodules https://github.com/hyprwm/hyprcursor -b v0.1.9 cd hyprcursor