This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-07-01 23:27:03 +03:00 committed by GitHub
parent e88e78c8b6
commit 21ba2d19af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,9 @@ set -e
apt-get update 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 # Clone Upstream
git clone --recurse-submodules https://github.com/hyprwm/hyprcursor -b v0.1.9 git clone --recurse-submodules https://github.com/hyprwm/hyprcursor -b v0.1.9
cd hyprcursor cd hyprcursor