Skip to content

Commit d59f93b

Browse files
modified installer
added additional echos
1 parent 3b3ce31 commit d59f93b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

install.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99

1010
version="01"
11+
version_code_name="mad installer mi01"
12+
installer_authors="saicharankandukuri"
1113

1214
# * Deafault color is Blue
1315
RST="\e[0m"
@@ -74,7 +76,7 @@ shout () { echo -e "${DC}-----";echo -e "${*}";echo -e "-----${RST}";:; }
7476
lshout () { echo -e "${DC}";echo -e "${*}";echo -e "${RST}";:; }
7577

7678

77-
shout "\e[1;32m Hippo Installer v${version}"
79+
shout "\e[1;32m Hippo Installer v${version} ${version_code_name} \n by ${installer_authors}"
7880
sleep 2
7981

8082
case $(uname -m) in
@@ -159,6 +161,9 @@ function install()
159161

160162

161163
shout "setup complete...\nNow you can install and login with comand ${GREEN}hippo${DC} \nfor info use hippo --help"
164+
lshout "for additional documentation see: https://github.com/RandomCoderOrg/ubuntu-on-android#basic-usage"
165+
lshout "report issues and feature requests at: https://github.com/RandomCoderOrg/ubuntu-on-android/issues"
166+
lshout "Join Our discord server: https://discord.gg/u7KDGUc3Aw"
162167
exit 1
163168

164169
}

0 commit comments

Comments
 (0)