diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index b8626c4..7ed6ff8 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -4 +5 diff --git a/main.sh b/main.sh index 6e26502..6da694e 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 +apt-get install -y vanilla-apx-gui gir1.2-gtk-4.0=4.14.4+ds-8 libgtk-4-1=4.14.4+ds-8 # Get build deps apt-get build-dep ./ -y