mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
test
This commit is contained in:
+27
-16
@@ -1,9 +1,6 @@
|
||||
# Windows Installation
|
||||
|
||||
[!toc]
|
||||
|
||||
## Windows Installation
|
||||
|
||||
### Install a Version with Steam
|
||||
<details><summary><h2>Install a Version with Steam</h2></summary>
|
||||
|
||||
1. Download and install [BSManager](https://www.bsmanager.io) from [GitHub](https://github.com/Zagrios/bs-manager/releases/latest), [Nexus Mods](https://www.nexusmods.com/beatsaber/mods/18?tab=images), or the [official website](https://www.bsmanager.io).
|
||||
2. Open the **`Add Versions`** interface and select the version you wish to download.
|
||||
@@ -15,10 +12,12 @@
|
||||
<div align="center">
|
||||
<img src="../wiki/Guides/Installation-and-updates/Install-or-import-a-version/SteamLogin.png" alt="SteamLogin.png" />
|
||||
</div>
|
||||
</details>
|
||||
|
||||
### Install a Version with Oculus Store (PCVR)
|
||||
<details><summary><h2>Install a Version with Oculus Store (PCVR)</h2></summary>
|
||||
|
||||
> **Important**
|
||||
> [!IMPORTANT]
|
||||
>
|
||||
> - Ensure that Beat Saber is in your **Oculus PCVR** library to enable downgrading.
|
||||
> - You must run Beat Saber at least once on your computer before attempting to launch retrograde Oculus versions from [BSManager](https://www.bsmanager.io).
|
||||
|
||||
@@ -32,12 +31,13 @@
|
||||
<div align="center">
|
||||
<img src="../wiki/Guides/Installation-and-updates/Install-or-import-a-version/OculusLogin.png" alt="OculusLogin.png" />
|
||||
</div>
|
||||
</details>
|
||||
|
||||
## Linux Installation
|
||||
# Linux Installation
|
||||
|
||||
### Using Ubuntu, Debian (deb)
|
||||
<details><summary><h2>Using Ubuntu, Debian (deb)</h2></summary>
|
||||
|
||||
#### PPA Repository
|
||||
<details><summary><h3>PPA Repository</h3></summary>
|
||||
|
||||
Refer to [bs-manager-deb](https://github.com/silentrald/bs-manager-deb).
|
||||
|
||||
@@ -55,7 +55,9 @@ Install the `bs-manager` package using `apt`:
|
||||
sudo apt install bs-manager
|
||||
```
|
||||
|
||||
#### dpkg Install
|
||||
</details>
|
||||
|
||||
<details><summary><h3>dpkg Install</h3></summary>
|
||||
|
||||
Download the `.deb` file from the releases page and run the following command:
|
||||
|
||||
@@ -63,17 +65,23 @@ Download the `.deb` file from the releases page and run the following command:
|
||||
dpkg -i ./bsmanager.deb
|
||||
```
|
||||
|
||||
> **Note:** When installed using dpkg, BSManager will not automatically update to the latest version. You need to either:
|
||||
> [!NOTE]
|
||||
> When installed using dpkg, BSManager will not automatically update to the latest version. You need to either:
|
||||
>
|
||||
> - Download the latest `.deb` file from the releases page; or
|
||||
> - Install through the PPA repository to enable automatic updates with `sudo apt update && sudo apt upgrade`.
|
||||
|
||||
### Using Arch (AUR)
|
||||
</details>
|
||||
</details>
|
||||
|
||||
<details><summary><h2>Using Arch (AUR)</h2></summary>
|
||||
|
||||
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).
|
||||
</details>
|
||||
|
||||
### Using Flatpak (Universal)
|
||||
<details><summary><h2>Using Flatpak (Universal)</h2></summary>
|
||||
|
||||
This method works on any Linux distribution. Ensure `flatpak` is installed on your system. If not, visit [Flatpak](https://flatpak.org/setup/) for a setup guide tailored to your distro.
|
||||
|
||||
@@ -93,9 +101,12 @@ sudo flatpak remote-add --if-not-exists --system flathub https://flathub.org/rep
|
||||
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
```
|
||||
|
||||
## Shared: How to Import a Version
|
||||
</details>
|
||||
|
||||
> **Important**
|
||||
# How to Import a Version
|
||||
|
||||
> [!IMPORTANT]
|
||||
>
|
||||
> - You will need to download a version of Beat Saber yourself before you can import it.
|
||||
> - The [BSManager](https://www.bsmanager.io) team provides tutorials like [this one](https://steamcommunity.com/sharedfiles/filedetails/?id=1805934840) to help you download official versions of Beat Saber. However, no team member will offer assistance for cracked versions.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user