From a862203d67040a6b9b2fe70116ca9f206386407d Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Tue, 23 Jul 2024 22:52:36 +0300 Subject: [PATCH] Update main.sh --- main.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.sh b/main.sh index b70619f..71b3a3f 100755 --- a/main.sh +++ b/main.sh @@ -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 @@ -14,4 +17,4 @@ dpkg-buildpackage --no-sign # Move the debs to output cd ../ mkdir -p ./output -mv ./*.deb ./output/ \ No newline at end of file +mv ./*.deb ./output/