Skip to content

Commit 7ece949

Browse files
added a line
1 parent 9d3a8e7 commit 7ece949

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ shout () { echo -e "${DC}-----";echo -e "${*}";echo -e "-----${RST}";:; }
3636
lshout () { echo -e "${DC}";echo -e "${*}";echo -e "${RST}";:; }
3737

3838

39-
shout "\e[1;32 Hippo Installer v${version}"
39+
shout "\e[1;32m Hippo Installer v${version}"
4040
sleep 2
4141

4242
#
@@ -76,6 +76,7 @@ function setup_and_clone()
7676
lshout "Done..."
7777
fi
7878

79+
shout "Cloning code from Github........."
7980
if [ -n "${BRANCH}" ]; then
8081
git clone -b "${BRANCH}" ${HIPPO_REPO_URL} "${CACHE_ROOT}/ubuntu-on-android" || die "failed to clone repo"
8182
git clone -b "${BRANCH}" ${FSM_URL} "${CACHE_ROOT}/fs-manager-hippo" || die "failed to clone repo"

0 commit comments

Comments
 (0)