Remove chaotic aur

This commit is contained in:
pancakes 2025-11-19 18:10:03 +10:00
parent 46fe453f27
commit 1355dc67d0
Signed by: pancakes
SSH key fingerprint: SHA256:yrp4c4hhaPoPG07fb4QyQIgAdlbUdsJvUAydJEWnfTw

View file

@ -14,7 +14,7 @@ full-auto: packages dev-setup fish-shell nvim-editor yazi-file-manager fastfetch
# Fuller auto (graphical) installation # Fuller auto (graphical) installation
full-auto-gui: full-auto kitty-terminal niri-window-manager full-auto-gui: full-auto kitty-terminal niri-window-manager
# (Run first unless running full-auto) Setup Flatpak, pacman mirrors, Chaotic AUR, and paru AUR helper # (Run first unless running full-auto) Setup Flatpak, pacman mirrors, and paru AUR helper
packages: packages:
@just _echowarning "1) Installing Flatpak and adding Flathub repository" @just _echowarning "1) Installing Flatpak and adding Flathub repository"
sudo pacman -S flatpak flatpak-xdg-utils sudo pacman -S flatpak flatpak-xdg-utils
@ -28,17 +28,7 @@ packages:
sudo systemctl enable --now reflector.timer sudo systemctl enable --now reflector.timer
@just _echowarning "\n3) Adding Chaotic AUR repository to pacman" @just _echowarning "\n3) Installing paru AUR helper"
sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
sudo pacman-key --lsign-key 3056513887B78AEB
sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst'
sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'
@just _echoerror "\n\n----- IMPORTANT -----\nPlease add the following 2 lines to the end of /etc/pacman.conf before continuing\n\n[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist\n---------------------"
@read -p "Press enter to continue"
@just _echowarning "\n4) Installing paru AUR helper"
sudo pacman -Sy paru sudo pacman -Sy paru
# Programming languages, runtimes, toolchains, and git # Programming languages, runtimes, toolchains, and git