Skip to content

Modularized bash scripts to deploy aurutils on Arch Linux systems

License

Notifications You must be signed in to change notification settings

akippnn/aurutilsinstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aurutilsinstaller

Important

The development of this small project has been halted indefinitely for some time. I have burned myself out and have been focusing on other personal projects since (such as NixOS) as well as personal matters. Though it doesn't seem hopeful that I can come back to this. If you'd like to contribute then feel free to fork and maybe a PR as well, thank you :').
- aki

Deploy aurutils using bash (and optionally dialog), both part of Arch Linux's Core repository, with an offline fallback using git submodules.

This repository comes with scripts and dependencies required to abstract multiple modes of setup for aurutils. Both GUI and commands (using flags) are provided for the beginners to navigate through the installation.

Usage

Requirements

  • git

Installation

Use either of the following commands

  • Download scripts only and use git+pacman (recommended)
    $ git clone https://github.com/akippnn/aurutilsinstaller.git && cd aurutilsinstaller
  • Download all dependencies for offline installation (make sure all is fairly up-to-date)
    $ git clone --recurse-submodules -j8 https://github.com/akippnn/aurutilsinstaller.git && cd aurutilsinstaller

Set the main script as executable.

$ chmod +x main.sh

Run the script.

$ bash main.sh // user interface
$ bash main.sh --help // commandline interface

Updates

Check my blog for more information.

About

Modularized bash scripts to deploy aurutils on Arch Linux systems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages