We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4126249 commit 7016b26Copy full SHA for 7016b26
install.sh
@@ -29,7 +29,7 @@ HIPPO_REPO_URL="https://github.com/RandomCoderOrg/ubuntu-on-android"
29
FSM_URL="https://github.com/RandomCoderOrg/fs-manager-hippo"
30
31
die () { echo -e "${RED}Error ${*}${RST}";exit 1 ;:;}
32
-shout () { echo -e "${DS}////////";echo -e "${*}";echo -e "////////${RST}";:; }
+shout () { echo -e "${DC}////////";echo -e "${*}";echo -e "////////${RST}";:; }
33
34
#
35
# * die function exits program
0 commit comments