Update main.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-07-23 22:52:36 +03:00 committed by GitHub
parent 19c6690819
commit a862203d67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,9 @@ mkdir -p pika-drivers
cp -rvf ./* ./pika-drivers/
cd ./pika-drivers/
# Dead PikaOS3 Release Quirk?
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
# Get build deps
apt-get build-dep ./ -y
apt-get install curl -y