Skip to content

Commit 43e5a44

Browse files
made more changes
1 parent 519ac81 commit 43e5a44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,16 @@ function setup_and_clone()
149149

150150
function install()
151151
{
152-
shout "setting up proot-distro hippo implant..."
152+
shout "setting up proot-distro udroid implant..."
153153

154154
sleep 3
155155

156156
if [ -f ${SCRIPT_DIR} ]; then
157157
mv ${SCRIPT_DIR} "${SCRIPT_DIR}1"
158158
fi
159159

160-
if [ -f "${CACHE_ROOT}"/ubuntu-on-android/hippo.sh ]; then
161-
cp "${CACHE_ROOT}"/ubuntu-on-android/hippo.sh ${SCRIPT_DIR}
160+
if [ -f "${CACHE_ROOT}"/ubuntu-on-android/udroid.sh ]; then
161+
cp "${CACHE_ROOT}"/ubuntu-on-android/udroid.sh ${SCRIPT_DIR}
162162
fi
163163

164164
if [ -f "${CACHE_ROOT}"/fs-manager-udroid/install.sh ]; then

0 commit comments

Comments
 (0)