1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-19 15:14:43 -04:00

Update install.sh

This commit is contained in:
TommyTran732 2021-04-14 08:11:45 -04:00 committed by tommytran732
parent f6d0019b8e
commit acb770130b
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -1,11 +1,9 @@
#!/usr/bin/env bash
#!/usr/bin/env -S bash -e
# Cleaning the TTY.
clear
# Exit on STDERR.
set -e
# Selecting the kernel flavor to install
kernel_options() {
echo "Which kernel flavor would you want?"
echo "[1] Stable — Vanilla Linux kernel and modules, with a few patches applied."
@ -36,6 +34,7 @@ kernel_options() {
esac
}
# Selecting the microcode to install
cpu_options() {
echo "Which brand is your CPU?"
echo "[1] Intel"