commit 4ff84da23d4f62a58c9471757e05ff84df7645b2
parent f28a7d36c064771d83f2d35078bcab9681bd66c2
Author: awy <awy@awy.one>
Date: Tue, 5 Nov 2024 14:50:29 +0300
dev
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/install.sh b/install.sh
@@ -11,17 +11,16 @@ cpuVendorID=$(grep -m 1 'vendor_id' /proc/cpuinfo | awk '{print $3}')
title() {
clear
- echo "${cyan}
+ echo "
################################################################################
# #
# This is Automated Artix Linux Installer #
# #
# By #
# #
- # awy :) #
+ # awy :) #
# #
################################################################################
- ${normal}
"
}