mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 20:21:34 -05:00
Update install.sh
This commit is contained in:
parent
f6d0019b8e
commit
acb770130b
@ -1,11 +1,9 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env -S bash -e
|
||||||
|
|
||||||
# Cleaning the TTY.
|
# Cleaning the TTY.
|
||||||
clear
|
clear
|
||||||
|
|
||||||
# Exit on STDERR.
|
# Selecting the kernel flavor to install
|
||||||
set -e
|
|
||||||
|
|
||||||
kernel_options() {
|
kernel_options() {
|
||||||
echo "Which kernel flavor would you want?"
|
echo "Which kernel flavor would you want?"
|
||||||
echo "[1] Stable — Vanilla Linux kernel and modules, with a few patches applied."
|
echo "[1] Stable — Vanilla Linux kernel and modules, with a few patches applied."
|
||||||
@ -36,6 +34,7 @@ kernel_options() {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Selecting the microcode to install
|
||||||
cpu_options() {
|
cpu_options() {
|
||||||
echo "Which brand is your CPU?"
|
echo "Which brand is your CPU?"
|
||||||
echo "[1] Intel"
|
echo "[1] Intel"
|
||||||
|
Loading…
Reference in New Issue
Block a user