Skip to content

Update the install instructions to link to Flathub #805

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,15 @@ <h2 id="installing" class="h2">Installing</h2>
<li>
<a href="https://flathub.org/setup">Make sure Flatpak is installed</a>
</li>
<li>Install the package using one of the methods below</li>
<li>Install the package via Flathub</li>
<li>Open your favorite Roblox experience</li>
<li>Sober will prompt you for installation</li>
<li>You now have full access to Roblox!</li>
</ol>
</div>

<section class="Card cta">
<a class="Button filled" href="/sober.flatpakref">Get the Flatpak -></a>
<div class="or">or</div>
<div class="Command">
<span>flatpak install --user
https://sober.vinegarhq.org/sober.flatpakref</span>
</div>
<a class="Button filled" href="https://flathub.org/apps/org.vinegarhq.Sober">Get the Flatpak -></a>
</section>
</section>

Expand Down
10 changes: 0 additions & 10 deletions sober.flatpakref

This file was deleted.

21 changes: 0 additions & 21 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,27 +206,6 @@ a.Button:hover {
color: var(--soft-black);
}

.Command {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
gap: var(--space-md);
background-color: #121212;
color: var(--neutral-200);
border-radius: 9999px;
padding: var(--space-md);
font-family: monospace;
font-size: var(--p);
}

.Card.cta .or {
padding-left: var(--space-sm);
padding-right: var(--space-sm);
font-size: var(--p);
font-variation-settings: "wght" 550;
}

footer {
color: var(--neutral-200);
border-top-left-radius: var(--space-sm);
Expand Down