Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nextcloud
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
compose
nextcloud
Commits
c45c6fc1
Commit
c45c6fc1
authored
5 years ago
by
gust
Browse files
Options
Downloads
Patches
Plain Diff
Nextcloud version: improve readability
parent
40f3ec29
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Bump nextcloud to 15.0.4-fpm
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/install
+2
-1
2 additions, 1 deletion
scripts/install
with
2 additions
and
1 deletion
scripts/install
+
2
−
1
View file @
c45c6fc1
#!/bin/bash -eux
NEXTCLOUD_VERSION
=
15.0.4-fpm
MYSQL_ROOT_PASSWORD
=
`
tr
-dc
A-Za-z0-9_ < /dev/urandom |
head
-c
20 | xargs
`
NEXTCLOUD_ADMIN_PASSWORD
=
`
tr
-dc
A-Za-z0-9_ < /dev/urandom |
head
-c
20 | xargs
`
...
...
@@ -12,5 +13,5 @@ echo "SMTP_PASSWORD=${MAIL_PASS}" >> .env
echo
"MAIL_FROM_ADDRESS=
${
MAIL_USER
}
"
>>
.env
echo
"SMTP_NAME=
${
MAIL_USER
}
"
>>
.env
echo
"NEXTCLOUD_ADMIN_PASSWORD=
${
NEXTCLOUD_ADMIN_PASSWORD
}
"
>>
.env
echo
"NEXTCLOUD_VERSION=
15.0.4-fpm
"
>>
.env
echo
"NEXTCLOUD_VERSION=
${
NEXTCLOUD_VERSION
}
"
>>
.env
echo
"MYSQL_VERSION=5.7"
>>
.env
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