The ArchLabs installer script, preserved post-mortem
fbfbc63dd9
With packaging issues around kdebase, wrapping the package install in a loop where each package is installed separately will avoid this. This will take longer overall but is worth it to avoid broken installs. |
||
---|---|---|
lang | ||
src | ||
install.sh | ||
LICENSE | ||
README.md |
ArchLabs Installer
Features
- LUKS/LVM
- Basic setup
- 10 languages
- Auto partition
- Package selection
- Error detection
- Written in Bash
- Fast Install (~6min)
Requirements
- Network connection.
rsync
for unpacking the squashfs.dialog
for all user input/output.vim
for editing files post install.parted
for partition creation.arch-chroot
to perform operations in a chroot.chpasswd
to set root and user passwords.awk
sed
grep
uniq
sort
find
ping
mkfs
lsblk
curl
Manual Installation
sh -c "$(curl -fsSL https://bitbucket.org/archlabslinux/installer/raw/master/install.sh)"