From acb770130b2e36f5d289e94237564d8726853a23 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Wed, 14 Apr 2021 08:11:45 -0400 Subject: [PATCH] Update install.sh --- install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 3c03d78..5ac4b25 100644 --- a/install.sh +++ b/install.sh @@ -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"