Update script: cd into fdroid repo before updating
This commit is contained in:
@@ -51,6 +51,7 @@ fi
|
||||
# Run fdroid update if needed
|
||||
if [ "$NEED_FDROID_UPDATE" = true ]; then
|
||||
echo "Running fdroid update..."
|
||||
cd fdroid
|
||||
fdroid update -c
|
||||
fdroid update
|
||||
echo "Done"
|
||||
|
||||
Reference in New Issue
Block a user