updated some readme files

This commit is contained in:
2026-07-12 02:45:02 -04:00
parent 6acbe02fad
commit eb6037899d
2 changed files with 27 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Chaotic-AUR
## Files
### `chaotic.sh`
Automated installer/enabler for the [Chaotic-AUR](https://chaotic.cx/) repository on Arch Linux. Idempotent — if Chaotic-AUR is already configured in `pacman.conf`, it skips setup and runs an update instead.
**What it does:**
1. Checks if Chaotic-AUR is already enabled; if so, updates `chaotic-keyring` and exits
1. Downloads the mirrorlist to `/etc/pacman.d/chaotic-mirrorlist`
1. Runs `pacman -Syu` to ensure the system is up to date
1. Receives and signs the Chaotic-AUR GPG key
1. Installs `chaotic-keyring` and `chaotic-mirrorlist` packages
1. Appends the `[chaotic-aur]` section to `/etc/pacman.conf`
1. Refreshes the pacman database