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 0f2561f commit 1af0c66Copy full SHA for 1af0c66
scripts/udroid/udroid.sh
@@ -216,6 +216,10 @@ upgrade() {
216
path="/$BRANCH/scripts/udroid/udroid.sh"
217
url="$url_host$url_org$repo$path"
218
lshout "Sync tool with GitHub..."
219
+ if [ -f "$TERMUX/usr/bin/udroid" ]; then
220
+ rm -rf "$TERMUX/usr/bin/udroid"
221
+ fi
222
+
223
download "$url" "$TERMUX/usr/bin/udroid" || {
224
lwarn "failed to sync tool with GitHub"
225
exit 1
0 commit comments