mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-21 11:17:00 +01:00
Merge 3f4aa03aa191b7edb611cefa08363f508e76d0ad into 79eb7525529c405cf4cd05ee28a5aba520e81f53
This commit is contained in:
commit
0fde8ca98a
@ -29,6 +29,7 @@ curl -fsSL https://christitus.com/linuxdev | sh
|
|||||||
Linutil is also available as a package in various repositories:
|
Linutil is also available as a package in various repositories:
|
||||||
|
|
||||||
[](https://repology.org/project/linutil/versions)
|
[](https://repology.org/project/linutil/versions)
|
||||||
|
[](https://build.opensuse.org/package/show/openSUSE:Factory/linutil)
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Arch Linux</summary>
|
<summary>Arch Linux</summary>
|
||||||
@ -58,7 +59,15 @@ paru -S linutil
|
|||||||
Replace `paru` with your preferred helper and `linutil` with your preferred package.
|
Replace `paru` with your preferred helper and `linutil` with your preferred package.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>OpenSUSE</summary>
|
||||||
|
|
||||||
|
Linutil can be installed on OpenSUSE with:
|
||||||
|
```bash
|
||||||
|
sudo zypper install linutil
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
<details>
|
<details>
|
||||||
<summary>Cargo</summary>
|
<summary>Cargo</summary>
|
||||||
|
|
||||||
|
@ -25,6 +25,10 @@ installLinutil() {
|
|||||||
esac
|
esac
|
||||||
printf "%b\n" "${GREEN}Installed successfully.${RC}"
|
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\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}"
|
printf "%b" "${YELLOW}Do you want to install the crates.io package? (y/N): ${RC}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user