From 07d3b08e6b599d20fbda9c4b72e1678a5c55602a Mon Sep 17 00:00:00 2001 From: OBJNULL Date: Sun, 13 Apr 2025 10:52:52 -0400 Subject: [PATCH] Sober now uses Flathub --- Installation/arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/arch.sh b/Installation/arch.sh index cf765b9..c32ad23 100644 --- a/Installation/arch.sh +++ b/Installation/arch.sh @@ -147,7 +147,7 @@ install_flat() { sudo flatpak override --env=__EGL_VENDOR_LIBRARY_FILENAMES=/usr/lib/x86_64-linux-gnu/GL/default/share/glvnd/egl_vendor.d/50_mesa.json io.github.softfever.OrcaSlicer # Entertainment - $FLH_INSTALL https://sober.vinegarhq.org/sober.flatpakref + $FLH_INSTALL flathub org.vinegarhq.Sober } # Entry Point