This commit is contained in:
John Hess 2025-02-18 13:19:25 -06:00
parent 6fcf4c80d0
commit 7b3fe45880

View file

@ -57,6 +57,7 @@ pages:
# Get a sample app store, the same one we refer to in documentation # Get a sample app store, the same one we refer to in documentation
- curl -L "https://www.dropbox.com/scl/fi/r6dpqa9ugli0v23ox3ho5/repo.zip?rlkey=oxc50ne9runw1bkb1fm3zy5r3&dl=1" -o repo.zip - curl -L "https://www.dropbox.com/scl/fi/r6dpqa9ugli0v23ox3ho5/repo.zip?rlkey=oxc50ne9runw1bkb1fm3zy5r3&dl=1" -o repo.zip
- unzip repo.zip - unzip repo.zip
- mkdir -p public/usb-butter/appstore/fdroid
- mv repo public/usb-butter/appstore/fdroid - mv repo public/usb-butter/appstore/fdroid
- rm -f repo.zip - rm -f repo.zip
# Now move the zip into the public dir so it gets served. # Now move the zip into the public dir so it gets served.