From a3155d6fcc470f96812e148b07e85eda59a6f3c6 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sun, 20 Apr 2025 09:59:50 +0900 Subject: [PATCH] PostInst: bump GL version --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 40e6d30..f58917c 100644 --- a/debian/postinst +++ b/debian/postinst @@ -6,7 +6,7 @@ flatpak remote-add --if-not-exists --system appcenter https://flatpak.elementary flatpak install --system --noninteractive appcenter org.gnome.Epiphany//stable || true flatpak remote-add --if-not-exists --system flathub https://flathub.org/repo/flathub.flatpakrepo -flatpak install --system --noninteractive flathub org.freedesktop.Platform.GL.default//23.08 || true +flatpak install --system --noninteractive flathub org.freedesktop.Platform.GL.default//24.08 || true #DEBHELPER#