From 2dbbc8854d94c1787bf011d3270ac1e179ee0c79 Mon Sep 17 00:00:00 2001 From: pika Date: Tue, 20 May 2025 17:28:17 +0200 Subject: [PATCH] wip --- README.ai.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.ai.md b/README.ai.md index 17f6157..50f83a6 100644 --- a/README.ai.md +++ b/README.ai.md @@ -23,13 +23,13 @@ rm "$import" After importing, these boolean variables are available for distribution checks: -$arch - true/false for Arch Linux and derivatives -$debian - true/false for Debian and derivatives -$ubuntu - true/false for Ubuntu and derivatives -$fedora - true/false for Fedora and derivatives -$opensuse - true/false for openSUSE -$alpine - true/false for Alpine Linux -$distro - contains the detected distro name (e.g. "arch", "debian") +`$arch` - true/false for Arch Linux and derivatives
+`$debian` - true/false for Debian and derivatives
+`$ubuntu` - true/false for Ubuntu and derivatives
+`$fedora` - true/false for Fedora and derivatives
+`$opensuse` - true/false for openSUSE
+`$alpine` - true/false for Alpine Linux
+`$distro` - contains the detected distro name (e.g. "arch", "debian", "fedora"..)
Example usage: @@ -48,9 +48,9 @@ esac 1. Package Management: -\_install pkg1 pkg2 - Installs packages using the correct package manager -\_remove pkg1 pkg2 - Removes packages (CAUTION: no confirmation!) -checkAndInstall pkg1 pkg2 - Checks if command exists, installs if missing +`\_install pkg1 pkg2` - Installs packages using the correct package manager +`\_remove pkg1 pkg2` - Removes packages (CAUTION: no confirmation!) +`checkAndInstall pkg1 pkg2` - Checks if command exists, installs if missing Example: