Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nextcloud
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libre.sh
docker
nextcloud
Commits
07ec4bca
Commit
07ec4bca
authored
1 year ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
feat: pin scim app
parent
b1962f86
No related branches found
No related tags found
No related merge requests found
Pipeline
#1873
passed with stages
in 10 minutes and 18 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
base/apps/install.sh
+1
-1
1 addition, 1 deletion
base/apps/install.sh
with
1 addition
and
1 deletion
base/apps/install.sh
+
1
−
1
View file @
07ec4bca
...
...
@@ -5,7 +5,7 @@ for url in $(cat nextcloud.json | jq -r .apps[]); do
curl
-Ls
$url
|
tar
xz
done
curl
-Ls
"https://hot-objects.liiib.re/artifacts/scimserviceprovider.tar.gz"
|
tar
xz
curl
-Ls
"https://hot-objects.liiib.re/artifacts/scimserviceprovider
-v1.0.0-alpha.0
.tar.gz"
|
tar
xz
# Temp fix for https://github.com/owncloud/music/issues/818
cd
music
&&
chmod
-R
755 dist/
&&
cd
..
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment