16 lines
686 B
Markdown
16 lines
686 B
Markdown
# 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
|