Skip to content

Commit

Permalink
fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
SaicharanKandukuri committed Aug 30, 2021
1 parent 74bcfbb commit 9416783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/scripts/hippo/hippo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ INSTALL_FOLDER="${TPREFIX}/usr/var/lib/proot-distro/installed-rootfs"
HIPPO_DIR="${INSTALL_FOLDER}/hippo"
HIPPO_SCRIPT_FILE="${SCRIPT_DIR}/hippo.sh"

SOCIAL_PLATFORM="\e[1;34mhttps://discord.gg/TAqaG5sEfW"
SOCIAL_PLATFORM="\e[34mhttps://discord.gg/TAqaG5sEfW"

# HIPPO_DIR = "${INSTALL_FOLDER}/${HIPPO_DEFAULT}"
# HIPPO_SCRIPT_FILE="${SCRIPT_DIR}/hippo.sh"
Expand Down Expand Up @@ -146,6 +146,7 @@ function __force_uprade_hippo()
function __help()
{
msg "hippo - termux Version ${version} by saicharankandukuri"
msg
msg "A bash script to make basic action(login, vncserver) easier for ubuntu-on-android project"
msg
msg "Usage ${0} [options]"
Expand Down

0 comments on commit 9416783

Please sign in to comment.