2024-10-29 12:28:58 +08:00
|
|
|
# Modify Arch Install Scripts
|
|
|
|
|
|
|
|
# Future Install Scripts
|
2012-12-29 12:37:02 +08:00
|
|
|
|
2014-01-27 04:58:25 +08:00
|
|
|
This is a small suite of scripts aimed at automating some menial
|
2024-10-29 12:28:58 +08:00
|
|
|
tasks when installing [Future Linux](https://www.futurelinux.xyz).
|
2012-12-29 12:37:02 +08:00
|
|
|
|
2016-06-12 22:53:13 +08:00
|
|
|
## Requirements
|
|
|
|
|
|
|
|
* GNU coreutils (>= v8.15)
|
2023-08-02 22:05:58 +08:00
|
|
|
* util-linux (>= 2.39)
|
2016-06-12 22:53:13 +08:00
|
|
|
* POSIX awk
|
|
|
|
* bash (>= 4.1)
|
2022-05-29 03:35:43 +08:00
|
|
|
* asciidoc (for generating man pages)
|
2016-06-12 22:53:13 +08:00
|
|
|
|
2012-12-29 12:37:02 +08:00
|
|
|
## License
|
|
|
|
|
|
|
|
See COPYING for details.
|