Created
September 1, 2021 05:55
-
-
Save jvrmalv/ecc5f5bdd31937d9c0440465a4c5b106 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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