@@ -8,7 +8,7 @@ style: "style1 medium"
88downloads :
99 - os : " Windows"
1010 id : " windows"
11- intro : " Flowkeeper is tested on Windows 10, 11 and Server 2019 . It does NOT require admin rights to install and execute."
11+ intro : " Flowkeeper is tested on Windows 10, 11 and Server 2022 . It does NOT require admin rights to install and execute."
1212 files :
1313 # - title: Flowkeeper in Microsoft Store
1414 # type: link
@@ -90,20 +90,25 @@ downloads:
9090 display : Standalone ZIP, PyInstaller
9191 - os : " Linux (x86)"
9292 id : " linux-x86"
93- intro : " We test Flowkeeper on the latest stable versions of Debian, Ubuntu and Fefora running GNOME and KDE on Wayland and XOrg"
93+ intro : " We test Flowkeeper on the latest versions of Debian, Ubuntu, Fefora and openSUSE running GNOME and KDE on Wayland and XOrg"
9494 files :
9595 - title : Flowkeeper on Flathub
9696 type : link
9797 href : https://flathub.org/apps/org.flowkeeper.Flowkeeper
9898 - title : Flowkeeper in AUR (Arch Linux)
9999 type : link
100100 href : https://aur.archlinux.org/packages/flowkeeper-bin
101+ - type : shell
102+ content : |
103+ # openSUSE Tumbleweed
104+ zypper addrepo --refresh \
105+ https://download.opensuse.org/repositories/home:/flowkeeper/openSUSE_Tumbleweed/home:flowkeeper.repo
106+ zypper install flowkeeper
107+
108+ # Repos for other distros are coming soon
101109 # - title: Flowkeeper on Snapcraft
102110 # type: link
103111 # href: http://example.com
104- # -title: Flowkeeper in OBS
105- # type: link
106- # href
107112 - title : Minimal DEB package (run 'apt install ./<filename>.deb')
108113 asset : ubuntu-24-04-pyinstaller-min-package-deb
109114 size : N/A
@@ -137,17 +142,6 @@ downloads:
137142 size : N/A
138143 type : file
139144 href : " #"
140- # - type: shell
141- # content: |
142- # Debian and derivatives (Ubuntu, Mint, ...)
143- # $ sudo apt install flowkeeper-desktop
144-
145- # Fedora and derivatives (CentOs, RHEL, ...)
146- # $ sudo dnf install flowkeeper-desktop
147-
148- # openSUSE Tumbleweed
149- # $ zypper addrepo https://download.opensuse.org/repositories/home:/flowkeeper/openSUSE_Tumbleweed/home:flowkeeper.repo
150- # $ zypper install flowkeeper
151145 more_os :
152146 - name : ubuntu-22.04
153147 display : Ubuntu 22.04, x86
@@ -177,6 +171,14 @@ downloads:
177171 - title : Flowkeeper on Flathub
178172 type : link
179173 href : https://flathub.org/apps/org.flowkeeper.Flowkeeper
174+ - type : shell
175+ content : |
176+ # openSUSE Tumbleweed
177+ zypper addrepo --refresh \
178+ https://download.opensuse.org/repositories/home:/flowkeeper/openSUSE_Tumbleweed/home:flowkeeper.repo
179+ zypper install flowkeeper
180+
181+ # Repos for other distros are coming soon
180182 - title : Minimal DEB package (run 'apt-get -f install' after dpkg -i)
181183 asset : ubuntu-24-04-arm-pyinstaller-min-package-deb
182184 size : N/A
0 commit comments