Skip to content

Commit 61a28aa

Browse files
authored
update sober installation and home for flathub release
1 parent db4444f commit 61a28aa

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

src/Sober/Home/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
<div class="warning">
66

7-
**Welcome back**
8-
9-
Welcome back to Sober after the two week long break. Following the on-platform conclusion of "The Hunt: Mega Edition", we have updated Sober to allow back access into Roblox.
7+
**Sober is available through Flathub!**
108

11-
To get the latest version of Sober, please run `flatpak update`. If you can't get the update right now, please allow up to 24 hours for Cloudflare's server to cache the update.
9+
Great news! Sober is now more than ever easily available to download and install. After months and months of self-hosting, the devs have decided to open the access door a bit. No need to worry about installation errors and etc.
1210

13-
If there's other questions or concerns that wants to be addressed, please feel free to make an issue report on [Sober's issue tracker](https://github.com/vinegarhq/sober/issues).
11+
To install, all you have to do is just make sure you have access to the Flathub remote and just type **`flatpak install --user flathub org.vinegarhq.Sober`**.
12+
13+
> Please note: The Flathub version, until whitelisted for instant updates, will have updates delayed by upwards to 3 hours. If there is any issues that requires instant attention, there will be some downtime before it is able to reach all users.
1414
1515
</div>
1616

src/Sober/Installation/index.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,34 @@ If you don’t have Flatpak installed on your system, you can install it by goin
2121
2222
## Instructions
2323
### To install
24-
Once you have Flatpak installed on your system, you can either download the Flatpak link for your software center [here](https://sober.vinegarhq.org/sober.flatpakref), or in your terminal, run:
24+
25+
#### Through Flathub (recommended)
26+
Sober can be found on [Flathub](https://flathub.org/apps/org.vinegarhq.Vinegar):
27+
28+
<a href="https://flathub.org/apps/org.vinegarhq.Sober">
29+
<img width="180" alt="Download on Flathub" src="https://dl.flathub.org/assets/badges/flathub-badge-en.png"/>
30+
</a><br><br>
31+
32+
<details>
33+
<summary>...or through the following commands</summary>
34+
35+
```console
36+
$ flatpak install --user flathub org.vinegarhq.Sober
37+
$ flatpak run org.vinegarhq.Sober
38+
```
39+
40+
</details>
41+
42+
43+
#### Through self-hosted repository
44+
You can either download the Flatpak link for your software center [here](https://sober.vinegarhq.org/sober.flatpakref), or in your terminal, run:
2545

2646
```console
2747
$ flatpak install --user https://sober.vinegarhq.org/sober.flatpakref
2848
```
2949

50+
### Installing Roblox
51+
3052
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.
3153

3254
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.

0 commit comments

Comments
 (0)