Newer
Older
for url in $(cat nextcloud.json | jq -r .apps[]); do
echo Install $url
curl -Ls $url | tar xz
curl -Ls "https://hot-objects.liiib.re/artifacts/scimserviceprovider.tar.gz" | tar xz
# Temp fix for https://github.com/owncloud/music/issues/818