Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raehik/arch-mod-install
A modular, non-interactive install script for Arch Linux.
https://github.com/raehik/arch-mod-install
Last synced: about 2 months ago
JSON representation
A modular, non-interactive install script for Arch Linux.
- Host: GitHub
- URL: https://github.com/raehik/arch-mod-install
- Owner: raehik
- Created: 2014-06-15T08:23:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T23:48:25.000Z (about 6 years ago)
- Last Synced: 2024-06-11T18:30:45.251Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Arch Linux automated modular install script
===========================================This is a non-interactive installer for Arch Linux. You set options before
execution, then you run the script and leave it to its business.Inspired by Ethan Schoonover's [archblocks][].
[archblocks]: https://github.com/altercation/archblocks
Requirements
------------By default, the install script will try to use **tmux**. However, this can be
disabled in the `vars` file.All other requirements are for the installing system, and packages are specified
and installed by the modules that need them.You'll probably want to install **Git** to clone this repo, unless you can easily
scp it over or similar (I find Git fastest).Usage
-----Make sure you have Git installed, and clone this repo:
git clone https://github.com/raehik/arch-mod-install
Add modules and change options in the `vars` file, then **make sure you check
over the installer & selected modules!** When you're happy, begin the install by
executing `install`.