File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 88
99
1010version=" 01"
11+ version_code_name=" mad installer mi01"
12+ installer_authors=" saicharankandukuri"
1113
1214# * Deafault color is Blue
1315RST=" \e[0m"
@@ -74,7 +76,7 @@ shout () { echo -e "${DC}-----";echo -e "${*}";echo -e "-----${RST}";:; }
7476lshout () { 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} "
7880sleep 2
7981
8082case $( 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}
You can’t perform that action at this time.
0 commit comments