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