change order
This commit is contained in:
parent
2bd0835a01
commit
18b57acf06
1 changed files with 1 additions and 1 deletions
2
setup
2
setup
|
@ -42,6 +42,7 @@ clear
|
|||
. /etc/os-release
|
||||
OS=$NAME
|
||||
|
||||
echo "$HEADER"
|
||||
printf "\nSetup for %s\n" "$OS"
|
||||
|
||||
case "$OS" in
|
||||
|
@ -55,7 +56,6 @@ case "$OS" in
|
|||
# # Execute in less with a header for style points
|
||||
# exec > >(less +F -X --header 8) 2>&1
|
||||
# trap 'exec >&- 2>&-; wait' EXIT
|
||||
echo "$HEADER"
|
||||
echo "Enabling Pacman colors..."
|
||||
sudo sed '/Color/s/^#//' -i /etc/pacman.conf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue