Created
July 3, 2025 09:54
-
-
Save dominicusin/75dc10649ef1619223938456e2f80458 to your computer and use it in GitHub Desktop.
arch
This file contains hidden or 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
curl https://mirror.cachyos.org/cachyos-repo.tar.xz -o cachyos-repo.tar.xz | |
tar xvf cachyos-repo.tar.xz && cd cachyos-repo | |
sudo ./cachyos-repo.sh | |
curl -O https://blackarch.org/strap.sh | |
chmod +x strap.sh | |
sudo ./strap.sh | |
curl -LO git.io/strap.sh | |
sudo sh strap.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment