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 74bcfbb commit 9416783Copy full SHA for 9416783
etc/scripts/hippo/hippo.sh
@@ -15,7 +15,7 @@ INSTALL_FOLDER="${TPREFIX}/usr/var/lib/proot-distro/installed-rootfs"
15
HIPPO_DIR="${INSTALL_FOLDER}/hippo"
16
HIPPO_SCRIPT_FILE="${SCRIPT_DIR}/hippo.sh"
17
18
-SOCIAL_PLATFORM="\e[1;34mhttps://discord.gg/TAqaG5sEfW"
+SOCIAL_PLATFORM="\e[34mhttps://discord.gg/TAqaG5sEfW"
19
20
# HIPPO_DIR = "${INSTALL_FOLDER}/${HIPPO_DEFAULT}"
21
# HIPPO_SCRIPT_FILE="${SCRIPT_DIR}/hippo.sh"
@@ -146,6 +146,7 @@ function __force_uprade_hippo()
146
function __help()
147
{
148
msg "hippo - termux Version ${version} by saicharankandukuri"
149
+ msg
150
msg "A bash script to make basic action(login, vncserver) easier for ubuntu-on-android project"
151
msg
152
msg "Usage ${0} [options]"
0 commit comments