mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
install_latest_artifact script: Allow gitjournal to not be installed
This commit is contained in:
@ -11,5 +11,5 @@ APK_LOCATION="/tmp/gitjournal.apk"
|
||||
echo "Downloading $URL"
|
||||
curl "$URL" -o "$APK_LOCATION"
|
||||
|
||||
adb uninstall io.gitjournal.gitjournal
|
||||
adb uninstall io.gitjournal.gitjournal || true
|
||||
adb install -r "$APK_LOCATION"
|
||||
|
Reference in New Issue
Block a user