Created
August 30, 2025 12:33
-
-
Save noraj/50a76c4d163fa8b925258ed41f0f948c to your computer and use it in GitHub Desktop.
Failback procedure to install or update AUR packages when aur.archlinux.org is down
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
export AUR_PACKAGE="<package name>" | |
git clone --branch $AUR_PACKAGE --single-branch https://github.com/archlinux/aur.git $AUR_PACKAGE | |
cd $AUR_PACKAGE | |
makepkg -si |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment