Skip to content

Commit d4ef9d7

Browse files
feat: make sure to remove udroid if exists
1 parent ad0f9b5 commit d4ef9d7

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
@@ -21,5 +21,6 @@ if (( $android_version_code >= 12 )); then
2121
fi
2222

2323
cd udroid/src || exit 1
24-
24+
# Remove old udroid
25+
rm -rf $(which udroid)
2526
bash install.sh

0 commit comments

Comments
 (0)