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 0dc800d commit 49115b4Copy full SHA for 49115b4
udroid/src/udroid.sh
@@ -184,7 +184,8 @@ install() {
184
msg_extract "$DEFAULT_FS_INSTALL_DIR/$name"
185
p_extract --file "$DLCACHE/$name.tar.$ext" --path "$DEFAULT_FS_INSTALL_DIR/$name"
186
187
- g_spin minidot "Applying proot fixes" bash proot-utils/proot-fixes.sh "$DEFAULT_FS_INSTALL_DIR/$name"
+ echo -e "Applying proot fixes"
188
+ bash proot-utils/proot-fixes.sh "$DEFAULT_FS_INSTALL_DIR/$name"
189
else
190
msg_download $name "$path/$name.tar.$ext" "$link"
191
download "$name.tar.$ext" "$link" "$path"
0 commit comments