archinstall/install.sh
2024-10-02 12:40:34 +07:00

15 lines
230 B
Bash
Executable File

#!/bin/bash
echo 'If you want Secure Boot support, you need to put your system in Setup Mode'
read -r
exec &> >(tee logs.out)
set -a
. ./config
set +a
printf '%s\n' "${pkg[@]}" > pkglist.txt
bash ./modules/"$install_type".sh