Skip to content

Commit 7016b26

Browse files
fixed color
1 parent 4126249 commit 7016b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ HIPPO_REPO_URL="https://github.com/RandomCoderOrg/ubuntu-on-android"
2929
FSM_URL="https://github.com/RandomCoderOrg/fs-manager-hippo"
3030

3131
die () { echo -e "${RED}Error ${*}${RST}";exit 1 ;:;}
32-
shout () { echo -e "${DS}////////";echo -e "${*}";echo -e "////////${RST}";:; }
32+
shout () { echo -e "${DC}////////";echo -e "${*}";echo -e "////////${RST}";:; }
3333

3434
#
3535
# * die function exits program

0 commit comments

Comments
 (0)