LukeSmithxyz / LARBS

Luke's Auto-Rice Bootstrapping Scripts: Installation Scripts for My Arch Linux Meta-Distribution
GNU General Public License v3.0
2.03k stars 797 forks source link

Add [universe] repo for artix-archlinux-support #460

Closed hs-j closed 2 years ago

hs-j commented 2 years ago

I got an error when running larbs.sh on a fresh Artix install. Error: "Error automatically refreshing Arch keyring. Consider doing so manually." The source of the error was the script being unable to find 'artix-archlinux-support' because it has recently moved into the [universe] repository which is not added to Artix's pacman.conf by default on a fresh install.

I added an if statement to larbs.sh which adds the [universe] repo to pacman.conf. This has been verified on a new Artix install as resolving the error.

LukeSmithxyz commented 2 years ago

Another annoying change on the part of Artix.