File tree Expand file tree Collapse file tree 2 files changed +9
-25
lines changed Expand file tree Collapse file tree 2 files changed +9
-25
lines changed Original file line number Diff line number Diff line change @@ -125,20 +125,12 @@ bash --login ./linux-script.sh
125125
126126These packages will be installed in Arch and Fedora Desktop versions:
127127
128- | Package | Verified |
129- | :---------------------------: | :------: |
130- | dev.vencord.Vesktop | ✅ |
131- | org.onlyoffice.desktopeditors | ✅ |
132- | app.xemu.xemu | ❌ |
133- | io.github.ryubing.Ryujinx | ❌ |
134- | net.kuribo64.melonDS | ✅ |
135- | net.pcsx2.PCSX2 | ✅ |
136- | net.rpcs3.RPCS3 | ❌ |
137- | net.shadps4.shadPS4 | ✅ |
138- | org.DolphinEmu.dolphin-emu | ❌ |
139- | org.duckstation.DuckStation | ✅ |
140- | org.libretro.RetroArch | ✅ |
141- | org.ppsspp.PPSSPP | ✅ |
128+ | Package | Verified |
129+ | :----------------------------: | :------: |
130+ | dev.vencord.Vesktop | ✅ |
131+ | io.missioncenter.MissionCenter | ✅ |
132+ | org.onlyoffice.desktopeditors | ✅ |
133+ | org.DolphinEmu.dolphin-emu | ❌ |
142134
143135### _ <img width =" 15px " src =" ./src/assets/arch-linux-logo.png " /> Arch_
144136
Original file line number Diff line number Diff line change @@ -114,19 +114,11 @@ function install_fonts() {
114114
115115function install_my_flatpak_packages() {
116116 local flatpak_apps=(
117- " dev.vencord.Vesktop" # | Vesktop (Best discord alternative for linux)
118- " org.onlyoffice.desktopeditors" # | ONLYOFFICE Desktop Editors
117+ " dev.vencord.Vesktop" # ✅ | Vesktop (Best discord alternative for linux)
118+ " io.missioncenter.MissionCenter" # ✅ | Mission Center (Task Manager)
119+ " org.onlyoffice.desktopeditors" # ✅ | ONLYOFFICE Desktop Editors
119120 # Emulators
120- " app.xemu.xemu" # ❌ | Xbox
121- " io.github.ryubing.Ryujinx" # ❌ | Nintendo Switch
122- " net.kuribo64.melonDS" # ✅ | Nintendo DS
123- " net.pcsx2.PCSX2" # ✅ | PS2
124- " net.rpcs3.RPCS3" # ❌ | PS3
125- " net.shadps4.shadPS4" # ✅ | PS4
126121 " org.DolphinEmu.dolphin-emu" # ❌ | Nintendo GameCube / Wii
127- " org.duckstation.DuckStation" # ✅ | PS1
128- " org.libretro.RetroArch" # ✅ | Most Retro
129- " org.ppsspp.PPSSPP" # ✅ | PSP
130122 )
131123
132124 echo_section " Installing via flatpak"
You can’t perform that action at this time.
0 commit comments