fixed color formatting in install_byobu file
This commit is contained in:
parent
d08868f370
commit
3e4ad04263
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ which screen
|
||||||
which tmux
|
which tmux
|
||||||
which make
|
which make
|
||||||
|
|
||||||
echo -e "${GREEN}Downloading ${BLUE}byobu version ${YELLOW}${BYOBU_VERSION}..."
|
echo -e "${GREEN}Downloading ${BLUE}byobu ${GREEN}version ${YELLOW}${BYOBU_VERSION}..."
|
||||||
|
|
||||||
echo -e "${GREEN}Setting up a temporary folder..."
|
echo -e "${GREEN}Setting up a temporary folder..."
|
||||||
UNIQUE_FOLDER=$(date +%s)
|
UNIQUE_FOLDER=$(date +%s)
|
||||||
|
|
Loading…
Reference in a new issue