You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Sober/Installation/index.md
+9-31Lines changed: 9 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,12 @@ Before using Sober, there are some requirements for your setup to be able to run
6
6
Other requirements include:
7
7
8
8
- 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
-
<pclass="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
16
12
17
13
> 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.
18
14
19
-
> At this time, Sober is not available for ARM64 devices
20
-
21
15
## Instructions
22
16
### To install
23
17
@@ -39,41 +33,25 @@ Sober can be found on [Flathub](https://flathub.org/apps/org.vinegarhq.Sober):
39
33
</details>
40
34
41
35
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:
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.
52
39
53
40
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.
54
41
55
42
56
43
#### 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.
58
45
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.
60
47
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.
62
49
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.
64
51
65
52
## Post-Install
66
53
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.
77
55
78
56
## Uninstalling Sober
79
57
To uninstall Sober, run the following command in your terminal:
0 commit comments