change order

This commit is contained in:
Adam 2024-12-15 18:09:31 -05:00
parent 2bd0835a01
commit 18b57acf06

2
setup
View file

@ -42,6 +42,7 @@ clear
. /etc/os-release . /etc/os-release
OS=$NAME OS=$NAME
echo "$HEADER"
printf "\nSetup for %s\n" "$OS" printf "\nSetup for %s\n" "$OS"
case "$OS" in case "$OS" in
@ -55,7 +56,6 @@ case "$OS" in
# # Execute in less with a header for style points # # Execute in less with a header for style points
# exec > >(less +F -X --header 8) 2>&1 # exec > >(less +F -X --header 8) 2>&1
# trap 'exec >&- 2>&-; wait' EXIT # trap 'exec >&- 2>&-; wait' EXIT
echo "$HEADER"
echo "Enabling Pacman colors..." echo "Enabling Pacman colors..."
sudo sed '/Color/s/^#//' -i /etc/pacman.conf sudo sed '/Color/s/^#//' -i /etc/pacman.conf