Skip to content

Commit

Permalink
Fixing flatpak name so install script works
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlynch94 committed Dec 11, 2023
1 parent 3884109 commit e4bc988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-jagex-launcher.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo && flatpak install -y flathub --user runtime/org.freedesktop.Platform.GL.default/x86_64/23.08 runtime/org.freedesktop.Platform.GL.default/x86_64/23.08-extra runtime/org.freedesktop.Platform.GL32.default/x86_64/23.08 runtime/org.freedesktop.Platform.ffmpeg-full/x86_64/23.08 runtime/org.freedesktop.Platform.ffmpeg_full.i386/x86_64/23.08 runtime/org.freedesktop.Platform.openh264/x86_64/2.2.0 org.gnome.Platform.Compat.i386//45 org.gnome.Platform.Locale//45 org.gtk.Gtk3theme.Breeze//3.22 org.gnome.Platform//45 org.winehq.Wine.DLLs.dxvk//stable-23.08 org.winehq.Wine.gecko//stable-23.08 org.winehq.Wine.mono//stable-23.08 && wget https://github.com/nmlynch94/com.jagexlauncher.JagexLauncher/releases/latest/download/jagexlauncher.flatpak && flatpak install --user jagexlauncher.flatpak -y && rm jagexlauncher.flatpak && echo "DONE"
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo && flatpak install -y flathub --user runtime/org.freedesktop.Platform.GL.default/x86_64/23.08 runtime/org.freedesktop.Platform.GL.default/x86_64/23.08-extra runtime/org.freedesktop.Platform.GL32.default/x86_64/23.08 runtime/org.freedesktop.Platform.ffmpeg-full/x86_64/23.08 runtime/org.freedesktop.Platform.ffmpeg_full.i386/x86_64/23.08 runtime/org.freedesktop.Platform.openh264/x86_64/2.2.0 org.gnome.Platform.Compat.i386//45 org.gnome.Platform.Locale//45 org.gtk.Gtk3theme.Breeze//3.22 org.gnome.Platform//45 org.winehq.Wine.DLLs.dxvk//stable-23.08 org.winehq.Wine.gecko//stable-23.08 org.winehq.Wine.mono//stable-23.08 && wget https://github.com/nmlynch94/com.jagexlauncher.JagexLauncher/releases/latest/download/jagex-launcher.flatpak && flatpak install --user jagex-launcher.flatpak -y && rm jagex-launcher.flatpak && echo "DONE"

0 comments on commit e4bc988

Please sign in to comment.