We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519ac81 commit 43e5a44Copy full SHA for 43e5a44
install.sh
@@ -149,16 +149,16 @@ function setup_and_clone()
149
150
function install()
151
{
152
- shout "setting up proot-distro hippo implant..."
+ shout "setting up proot-distro udroid implant..."
153
154
sleep 3
155
156
if [ -f ${SCRIPT_DIR} ]; then
157
mv ${SCRIPT_DIR} "${SCRIPT_DIR}1"
158
fi
159
160
- if [ -f "${CACHE_ROOT}"/ubuntu-on-android/hippo.sh ]; then
161
- cp "${CACHE_ROOT}"/ubuntu-on-android/hippo.sh ${SCRIPT_DIR}
+ if [ -f "${CACHE_ROOT}"/ubuntu-on-android/udroid.sh ]; then
+ cp "${CACHE_ROOT}"/ubuntu-on-android/udroid.sh ${SCRIPT_DIR}
162
163
164
if [ -f "${CACHE_ROOT}"/fs-manager-udroid/install.sh ]; then
0 commit comments