mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-24 06:01:55 +00:00
Merge d718fe55ff
into 79eb752552
This commit is contained in:
commit
a29ad9f5a1
10
README.md
10
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/openSUSE:Factory/packages/linutil/badge.svg?type=percent)](https://build.opensuse.org/package/show/openSUSE:Factory/linutil)
|
||||
|
||||
<details>
|
||||
<summary>Arch Linux</summary>
|
||||
|
@ -58,7 +59,14 @@ paru -S linutil
|
|||
Replace `paru` with your preferred helper and `linutil` with your preferred package.
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>OpenSUSE</summary>
|
||||
|
||||
###just run:
|
||||
```bash
|
||||
sudo zypper install linutil
|
||||
```
|
||||
</details>
|
||||
<details>
|
||||
<summary>Cargo</summary>
|
||||
|
||||
|
|
|
@ -25,6 +25,10 @@ installLinutil() {
|
|||
esac
|
||||
printf "%b\n" "${GREEN}Installed successfully.${RC}"
|
||||
;;
|
||||
zypper)
|
||||
"$ESCALATION_TOOL" "$PACKAGER" install linutil
|
||||
printf "%b\n" "${GREEN}Installed successfully.${RC}"
|
||||
;;
|
||||
*)
|
||||
printf "%b\n" "${RED}There are no official packages for your distro.${RC}"
|
||||
printf "%b" "${YELLOW}Do you want to install the crates.io package? (y/N): ${RC}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user