aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-28 19:05:07 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-28 19:05:07 +0100
commit0aa5b3c8a04c08f871cfc35132e51bd14fe886bc (patch)
treea670c96e74ad3531d25e0b60230b6b3a4f0598e7
parentFull dialog now (diff)
downloadarch-installer-0aa5b3c8a04c08f871cfc35132e51bd14fe886bc.tar.gz
arch-installer-0aa5b3c8a04c08f871cfc35132e51bd14fe886bc.tar.bz2
arch-installer-0aa5b3c8a04c08f871cfc35132e51bd14fe886bc.tar.xz
arch-installer-0aa5b3c8a04c08f871cfc35132e51bd14fe886bc.tar.zst
arch-installer-0aa5b3c8a04c08f871cfc35132e51bd14fe886bc.zip
Shellchecked, no more colors
-rwxr-xr-xarch-installer.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch-installer.sh b/arch-installer.sh
index 52813d1..1f28222 100755
--- a/arch-installer.sh
+++ b/arch-installer.sh
@@ -30,26 +30,6 @@ elif lspci | grep -q AMD; then
intelamdgpu="amd"
fi
#==================================================================================================#
-#--------------------------------------- COLORS DECLARATION ---------------------------------------#
-#==================================================================================================#
-#NBLACK="\033[0;30m"
-#NRED="\033[0;31m"
-#NGREEN="\033[0;32m"
-#NYELLOW="\033[0;33m"
-#NBLUE="\033[0;34m"
-#NMAGENTA="\033[0;35m"
-#NCYAN="\033[0;36m"
-#NWHITE="\033[0;37m"
-
-#BBLACK="\033[1;30m"
-BGREEN="\033[1;32m"
-BYELLOW="\033[1;33m"
-BBLUE="\033[1;34m"
-BMAGENTA="\033[1;35m"
-#BWHITE="\033[1;37m"
-
-END="\033[0;0m"
-#==================================================================================================#
#--------------------------------------- SOME FUNCTIONS -------------------------------------------#
#==================================================================================================#
jo_goodbye() {