From 728c1f5e389ce44323007a0b46379a86e8d512fd Mon Sep 17 00:00:00 2001 From: solomoncyj Date: Sun, 13 Oct 2024 20:58:37 +0800 Subject: [PATCH] Add OpenSUSE to list of linutil added to package managers --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index f8aa0ea3..909e620e 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ curl -fsSL https://christitus.com/linuxdev | sh Linutil is also available as a package in various repositories: [![Packaging status](https://repology.org/badge/vertical-allrepos/linutil.svg)](https://repology.org/project/linutil/versions) +[![build result](https://build.opensuse.org/projects/home:solomoncyj/packages/linutil/badge.svg?type=default)](https://build.opensuse.org/package/show/home:solomoncyj/linutil)
Arch Linux @@ -58,7 +59,27 @@ paru -S linutil Replace `paru` with your preferred helper and `linutil` with your preferred package.
+
+ OpenSUSE + + While waiting for the Package to be shipped to the Factory, you can install the application for openSuse by running: + + ### TumbleWeed + + ```bash + zypper addrepo https://download.opensuse.org/repositories/home:solomoncyj/openSUSE_Tumbleweed/home:solomoncyj.repo + zypper refresh + zypper install linutil + ``` + ### Slowroll + + ```bash + zypper addrepo https://download.opensuse.org/repositories/home:solomoncyj/openSUSE_Slowroll/home:solomoncyj.repo + zypper refresh + zypper install linutil + ``` +
Cargo