Skip to content

Torxed/archinstall-aur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archinstall-aur

Archinstall plugin concept to handle AUR packages.

⚠️ There is no support offered for AUR packages, but if you have questions about this or other plugins, or surrounding archinstall - ping me on the archinstall discord server and we can bounce ideas.


🚨 Important: This is not something that will ever be shipped with archinstall or the archinstall guided installer. This repo serves as an example to show how plugins can be created to enrich archinstall with external functions that experienced users can optionally install and optionally use.

Usage

Either put it as a parameter via archinstall --plugin https://raw.githubusercontent.com/Torxed/archinstall-aur/main/archinstall_aur/__init__.py. After which you can add AUR packages to the "Additional packages" question in the menu.

Or via a --conf file:

{
    "plugin" : "https://raw.githubusercontent.com/Torxed/archinstall-aur/main/archinstall_aur/__init__.py",
    "packages" : [
        "nano",
        "wget",
        "yay-bin"
    ]
}

About

Archinstall plugin to handle AUR packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages