From 884e0b13781480eaf750ff816940aadb047ea24d Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Tue, 13 Aug 2024 12:02:21 -0400 Subject: [PATCH] twmp fix till ferreo docker purge --- .github/release-nest-v3 | 2 +- main.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index 1e8b314..7f8f011 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -6 +7 diff --git a/main.sh b/main.sh index a69eee6..a422d76 100755 --- a/main.sh +++ b/main.sh @@ -16,7 +16,7 @@ cd ./mutter for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || echo "Applying Patch $i Failed!"; done # TEMP FIX TILL FERREO CLEAN DOCKER -apt-get install -y gir1.2-gtk-4.0=4.14.4+ds-8 libgtk-4-1=4.14.4+ds-8 gir1.2-adw-1=1.5.3-1 libadwaita-1-0=1.5.3-1 +apt-get install -y gir1.2-gtk-4.0=4.14.4+ds-8 libgtk-4-1=4.14.4+ds-8 gir1.2-adw-1=1.5.3-1 libadwaita-1-0=1.5.3-1 --allow-downgrades # Get build deps apt-get build-dep ./ -y