Skip to content

Commit 5ac705f

Browse files
authored
Overhaul install page
Signed-off-by: burnerphones <74930500+burnerphones@users.noreply.github.com>
1 parent 06ec5a9 commit 5ac705f

File tree

1 file changed

+9
-31
lines changed

1 file changed

+9
-31
lines changed

src/Sober/Installation/index.md

Lines changed: 9 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,12 @@ Before using Sober, there are some requirements for your setup to be able to run
66
Other requirements include:
77

88
- Hardware:
9-
- Processor: x86-64 CPU **with SSE4.2 support** (see the corresponding [FAQ question](../FAQ/index.md#How-do-I-know-I-meet-the-requirements-to-run-Sober))
10-
- Graphics: Vulkan 1.0* or later. (or OpenGL ES 3.0 or later for OpenGL operation)
11-
- Software:
12-
- Flatpak installed on your system.
13-
- Linux kernel 5.11+ or any other Linux kernel with seccomp support.
14-
15-
<p class="tiny">[*] Vulkan 1.3 is required for "Future" graphics.<p>
9+
- Processor: x86-64 CPU **with SSE4.2 support** (see [more info here](../FAQ/index.md#How-do-I-know-I-meet-the-requirements-to-run-Sober))
10+
- Graphics: Vulkan 1.0 or later, or OpenGL ES 3.0 or later
11+
- Linux kernel 5.11
1612

1713
> If you don’t have Flatpak installed on your system, you can install it by going to [Flatpak's setup page](https://flatpak.org/setup/) and following the guide there.
1814
19-
> At this time, Sober is not available for ARM64 devices
20-
2115
## Instructions
2216
### To install
2317

@@ -39,41 +33,25 @@ Sober can be found on [Flathub](https://flathub.org/apps/org.vinegarhq.Sober):
3933
</details>
4034

4135

42-
#### Through self-hosted repository
43-
You can either download the Flatpak link for your software center [here](https://sober.vinegarhq.org/sober.flatpakref), or in your terminal, run:
44-
45-
```console
46-
$ flatpak install --user https://sober.vinegarhq.org/sober.flatpakref
47-
```
48-
4936
### Installing Roblox
5037

51-
After installation, Sober should appear in your app grid on GNOME or your Application Launcher on KDE/Cinnamon. Open it up and if everything works out, you should see the bootstrapper installation screen.
38+
After installation, Sober will appear on your home screen/app menu. Open it to start the app. On first-run, you'll be prompted to install Roblox.
5239

5340
There are two installation types: **Automatic** and **Manual**. By default, **Automatic** installation is already checked when you first install Sober. It should be left checked unless you know what you're doing.
5441

5542

5643
#### Manual installation
57-
To use the manual installation, you need to download an APK. You should take note on which version of the APK Sober is asking.
44+
To use the manual installation, you need to download an APK application bundle. You should take note on which version of the APK Sober is requesting.
5845

59-
> You can download an APK from a trustworthy APK site or mirror. Make sure the service you're using is trustworthy and hasn't tampered with the APK. If an APK that has been tampered with is supplied to Sober, it should refuse it, but do not rely on Sober to keep your computer clear of malware ridden APKs. In case of doubt, you should use the automatic installation instead.
46+
> You can download an APK from a trustworthy APK site or mirror. Make sure the service you're using is trustworthy and hasn't tampered with the APK. In case of doubt, you should use the automatic installation instead.
6047
61-
Once the APK is downloaded, select the APK from the file picker and Roblox should now be installed onto Sober.
48+
Once the APK is downloaded, select the APK from the file picker.
6249

63-
> If you downloaded an APK that contains the base and the x86-64 split individually, make sure that **both** of the APKs are selected, otherwise it will not be able to install.
50+
> If you downloaded an APK that contains the base and the x86_64 split individually, make sure that **both** of the APKs are selected, otherwise it will not be able to install.
6451
6552
## Post-Install
6653

67-
Like the official Roblox client, there really isn't anything that you can configure by default outside of the app. But the [tips](../Configuration/tipsAndTricks.md) page is here to help you with some things you might want such as FFlags or bringing the old Oof sound back.
68-
69-
## Reinstalling Roblox
70-
To reinstall Roblox, run the following command in your terminal:
71-
72-
```console
73-
$ flatpak run org.vinegarhq.Sober --bootstrap
74-
```
75-
76-
You are then instructed to go through the installation process again.
54+
You can configure Sober to do things like bringing back the old 'oof' sound, or enabling server location indicators. See our [configuration docs](../Configuration/index.md) for more info.
7755

7856
## Uninstalling Sober
7957
To uninstall Sober, run the following command in your terminal:

0 commit comments

Comments
 (0)