Skip to content

Instantly share code, notes, and snippets.

@jvrmalv
Created September 1, 2021 05:55
Show Gist options
  • Save jvrmalv/ecc5f5bdd31937d9c0440465a4c5b106 to your computer and use it in GitHub Desktop.
Save jvrmalv/ecc5f5bdd31937d9c0440465a4c5b106 to your computer and use it in GitHub Desktop.
pushd /tmp
wget https://de-2-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst
wget https://de-2-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst
pacman -U chaotic-{keyring,mirrorlist}.pkg.tar.zst --noconfirm
popd
cat <<EOF | tee -a /etc/pacman.conf > /dev/null
[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist
EOF
sudo pacman -Syu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment