Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate yay installation into archinstall process #3043

Open
loxoron218 opened this issue Dec 23, 2024 · 0 comments
Open

Integrate yay installation into archinstall process #3043

loxoron218 opened this issue Dec 23, 2024 · 0 comments

Comments

@loxoron218
Copy link

describe the request

It would be a useful feature if archinstall could optionally install the AUR helper yay as part of the installation process. This would streamline the installation of AUR packages right after the base system setup, allowing users to immediately take advantage of AUR packages without requiring additional steps.

Maybe with something like this?

sudo pacman -Syyu --noconfirm git
git clone https://aur.archlinux.org/yay.git
(cd yay && makepkg -si --noconfirm)
sudo rm -rf ~/yay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant