Skip to content

Commit 49115b4

Browse files
fix proot-fixes
1 parent 0dc800d commit 49115b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

udroid/src/udroid.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ install() {
184184
msg_extract "$DEFAULT_FS_INSTALL_DIR/$name"
185185
p_extract --file "$DLCACHE/$name.tar.$ext" --path "$DEFAULT_FS_INSTALL_DIR/$name"
186186

187-
g_spin minidot "Applying proot fixes" bash proot-utils/proot-fixes.sh "$DEFAULT_FS_INSTALL_DIR/$name"
187+
echo -e "Applying proot fixes"
188+
bash proot-utils/proot-fixes.sh "$DEFAULT_FS_INSTALL_DIR/$name"
188189
else
189190
msg_download $name "$path/$name.tar.$ext" "$link"
190191
download "$name.tar.$ext" "$link" "$path"

0 commit comments

Comments
 (0)