Skip to content

Commit 5d3b9de

Browse files
committed
Update distribution quick-install instructions
1 parent 999cd38 commit 5d3b9de

File tree

5 files changed

+96
-11
lines changed

5 files changed

+96
-11
lines changed

content/get/_index.md

Lines changed: 52 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,20 @@ toc: false
1313

1414
## Quick Install Guides
1515

16-
{{% detailsicon title="Installation on Ubuntu" closed="true" %}}
16+
<!--
17+
##############
18+
UBUNTU & KUBUNTU
19+
##############
20+
-->
21+
{{% detailsicon title="Installation on Ubuntu & Kubuntu" icon="images/distros/ubuntu.svg" closed="true" %}}
1722

1823
{{% steps %}}
1924

2025
### Verify the Ubuntu version
2126

2227
You need Ubuntu 24.04 or later in order to run Syntalos.
28+
You can see your Ubuntu/Kubuntu version in the system settings,
29+
usually under "Details".
2330

2431
### Add the PPA
2532

@@ -39,7 +46,50 @@ sudo apt install syntalos
3946

4047
{{% /detailsicon %}}
4148

42-
{{% detailsicon title="Other Linux / Software Store" closed="true" %}}
49+
50+
<!--
51+
##############
52+
DEBIAN
53+
##############
54+
-->
55+
{{% detailsicon title="Installation on Debian" icon="images/distros/debian.svg" closed="true" %}}
56+
57+
{{% steps %}}
58+
59+
### Verify the Debian version
60+
61+
We are currently building packages for Debian 13 (Trixie).
62+
You can see your Debian version in the system settings dialog,
63+
or run `cat /etc/os-release` in a terminal to see it.
64+
65+
### Download the packages
66+
67+
Go to the [Syntalos Releases](https://github.com/syntalos/syntalos/releases) page and download
68+
the .deb packages for your Debian version.
69+
70+
### Install Syntalos
71+
72+
You can install the packages using your graphical package manager (just make sure the
73+
`syntalos-hwsupport*.deb` package is installed first).
74+
75+
Alternatively, you can extract the ZIP rchive to a directory and install the packages
76+
from the command-line:
77+
```bash
78+
cd path/with/syntalos/debfiles
79+
sudo apt install ./syntalos*.deb
80+
```
81+
82+
{{% /steps %}}
83+
84+
{{% /detailsicon %}}
85+
86+
87+
<!--
88+
##############
89+
FLATPAK & OTHER
90+
##############
91+
-->
92+
{{% detailsicon title="Other Linux / Software Store" icon="images/distros/linux.svg" closed="true" %}}
4393

4494
{{% steps %}}
4595

@@ -61,5 +111,3 @@ flatpak install flathub org.syntalos.syntalos
61111
{{% /steps %}}
62112

63113
{{% /detailsicon %}}
64-
65-

layouts/shortcodes/detailsicon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<details class="last-of-type:hx-mb-0 hx-rounded-lg hx-bg-neutral-50 dark:hx-bg-neutral-800 hx-p-2 hx-mt-4 hx-group" {{ if not $closed }}open{{ end }}>
66
<summary class="hx-flex hx-items-center hx-cursor-pointer hx-select-none hx-list-none hx-p-1 hx-rounded hx-transition-colors hover:hx-bg-gray-100 dark:hover:hx-bg-neutral-800 before:hx-mr-1 before:hx-inline-block before:hx-transition-transform before:hx-content-[''] dark:before:hx-invert rtl:before:hx-rotate-180 group-open:before:hx-rotate-90">
7-
{{ if ne $icon "" }}<img src="/{{ $icon }}" />{{ end }}<strong class="hx-text-lg">{{ $title | markdownify }}</strong>
7+
{{ if ne $icon "" }}<img style="margin: 0 4px 0 0;" height="32" src="/{{ $icon }}" />{{ end }}<strong class="hx-text-lg">{{ $title | markdownify }}</strong>
88
</summary>
99
<div class="hx-p-2 hx-overflow-hidden">
1010
{{ .InnerDeindent | markdownify }}

static/images/distros/debian.svg

Lines changed: 3 additions & 0 deletions
Loading

static/images/distros/linux.svg

Lines changed: 33 additions & 0 deletions
Loading

static/images/distros/ubuntu.svg

Lines changed: 7 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)