mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[chore-627] drop rpm and pacman in favor of flatpak
This commit is contained in:
+19
-9
@@ -4,27 +4,37 @@
|
||||
|
||||
Go to [Releases](https://github.com/Zagrios/bs-manager/releases) page and go to the latest release. Download the necessary build installer for your distro (see below).
|
||||
|
||||
### Ubuntu, Debian
|
||||
### Universal (flatpak)
|
||||
|
||||
You are required to have `flatpak` installed your system. After installing that, download the `.flatpak` file in the releases and run the following command:
|
||||
|
||||
Install the `.deb` build and run the following command:
|
||||
```bash
|
||||
apt install bsmanager.deb
|
||||
flatpak install ./bsmanager.flatpak
|
||||
```
|
||||
|
||||
### CentOS, Fedora
|
||||
If you are getting errors like packages not existing, run this command so that it finds the correct packages.
|
||||
|
||||
Install the `.rpm` build and run the following command:
|
||||
```bash
|
||||
rpm -i bsmanager.rpm
|
||||
sudo flatpak remote-add --if-not-exists --system flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
# or
|
||||
|
||||
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
```
|
||||
|
||||
### Arch, Manjaro
|
||||
### Ubuntu, Debian (deb)
|
||||
|
||||
Install the `.pacman` build and run the following command:
|
||||
Download the `.deb` file in the releases and run the following command:
|
||||
```bash
|
||||
pacman -U bsmanager.pacman
|
||||
dpkg -i ./bsmanager.deb
|
||||
```
|
||||
|
||||
### Arch (AUR)
|
||||
|
||||
Refer to [bs-manager-git](https://aur.archlinux.org/packages/bs-manager-git).
|
||||
|
||||
To install AUR packages, you need to install [yay](https://github.com/Jguer/yay).
|
||||
|
||||
## Proton Setup
|
||||
|
||||
[Proton](https://github.com/ValveSoftware/Proton) is needed to run the Beat Saber executable under Linux. You need to download this from either from Steam or building it from their GitHub repo.
|
||||
|
||||
Reference in New Issue
Block a user