Skip to content
install.sh 330 B
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
#!/bin/bash -eux

Hugo Renard's avatar
Hugo Renard committed
for url in $(cat nextcloud.json | jq -r .apps[]); do 
  echo Install $url
  curl -Ls $url | tar xz
Pierre Ozoux's avatar
Pierre Ozoux committed
done
Pierre Ozoux's avatar
Pierre Ozoux committed

curl -Ls "https://hot-objects.liiib.re/artifacts/scimserviceprovider.tar.gz" | tar xz

Pierre Ozoux's avatar
Pierre Ozoux committed
# Temp fix for https://github.com/owncloud/music/issues/818
Pierre Ozoux's avatar
Pierre Ozoux committed
cd music && chmod -R 755 dist/ && cd ..
chmod -R 755 ownpad