@@ -15,7 +15,7 @@ INSTALL_FOLDER="${TPREFIX}/usr/var/lib/proot-distro/installed-rootfs"
1515HIPPO_DIR=" ${INSTALL_FOLDER} /hippo"
1616HIPPO_SCRIPT_FILE=" ${SCRIPT_DIR} /hippo.sh"
1717
18- SOCIAL_PLATFORM=" \e[1;34mhttps://discord.gg/TAqaG5sEfW\e[0m "
18+ SOCIAL_PLATFORM=" \e[1;34mhttps://discord.gg/TAqaG5sEfW"
1919
2020# HIPPO_DIR = "${INSTALL_FOLDER}/${HIPPO_DEFAULT}"
2121# HIPPO_SCRIPT_FILE="${SCRIPT_DIR}/hippo.sh"
@@ -31,7 +31,7 @@ die () { echo -e "${RED}Error ${*}${RST}";exit 1 ;:;}
3131warn () { echo -e " ${RED} Error ${* }${RST} " ; : ; }
3232shout () { echo -e " ${DS} ////////" ; echo -e " ${* } " ; echo -e " ////////${RST} " ; : ; }
3333lshout () { echo -e " ${DC} " ; echo -e " ${* } " ; echo -e " ${RST} " ; : ; }
34- msg () { echo -e " ${ @ } " >&2 ; : ; }
34+ msg () { echo -e " \e[38;5;228m ${ * } \e[0m " >&2 ; : ; }
3535
3636
3737function __check_for_hippo() {
@@ -151,7 +151,6 @@ function __help()
151151 msg " Usage ${0} [options]"
152152 msg
153153 msg " Options:"
154- msg " \e[1;34m"
155154 msg " --install To try installing hippo"
156155 msg " --help To display this message"
157156 msg " --enable-dbus To start terminal session with dbus enabled"
@@ -160,11 +159,10 @@ function __help()
160159 msg " stopvnc To stop hippo vncserver"
161160 msg " --enable-dbus-startvnc To start vnc with dbus"
162161 msg " ------------------" # links goes here
163- msg " for additional documentation see: https ://github.com/RandomCoderOrg/ubuntu-on-android#basic-usage"
164- msg " report issues and feature requests at: https ://github.com/RandomCoderOrg/ubuntu-on-android/issues"
162+ msg " for additional documentation see: \e[1;34mhttps ://github.com/RandomCoderOrg/ubuntu-on-android#basic-usage"
163+ msg " report issues and feature requests at: \e[1;34mhttps ://github.com/RandomCoderOrg/ubuntu-on-android/issues"
165164 msg " Join the community at DISCORD -> $SOCIAL_PLATFORM "
166165 msg " ------------------"
167- msg " \e[0m"
168166}
169167
170168function _lauch_or_install()
0 commit comments