Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NoCloud-Auto-Installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NoCloud
NoCloud-Auto-Installer
Commits
5083adff
Unverified
Commit
5083adff
authored
8 years ago
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
Rename nextcloudAppsInstallation.sh
parent
d5b2540e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
installNextcloud.sh
+2
-2
2 additions, 2 deletions
installNextcloud.sh
installNextcloudApps.sh
+0
-0
0 additions, 0 deletions
installNextcloudApps.sh
with
3 additions
and
3 deletions
Makefile
+
1
−
1
View file @
5083adff
...
...
@@ -5,7 +5,7 @@ default:
echo
"make tarball"
tarball
:
initInstall.sh installMySQL.sh installNextcloud.env
\
installNextcloud.sh
n
extcloudApps
Intallation
.sh run.sh
\
installNextcloud.sh
installN
extcloudApps.sh run.sh
\
nextcloudStrongDirectoryPermissions.sh
mkdir
NoCloud-Auto-Installer
cp
-r
*
.sh
*
.env
*
.conf DOLIBARR_PACKAGES NoCloud-Auto-Installer
...
...
This diff is collapsed.
Click to expand it.
installNextcloud.sh
+
2
−
2
View file @
5083adff
...
...
@@ -240,9 +240,9 @@ nextcloud_Install_Options=$(echo ${nextcloud_Install_Options} | tr -s \
sudo
-u
www-data php
${
NEXTCLOUD_INSTALL_DIR
}
occ
\
maintenance:install
${
nextcloud_Install_Options
}
if
[
-f
`
pwd
`
/
n
extcloudApps
Installation
.sh
]
if
[
-f
`
pwd
`
/
installN
extcloudApps.sh
]
then
.
`
pwd
`
/
n
extcloudApps
Installation
.sh
.
`
pwd
`
/
installN
extcloudApps.sh
fi
...
...
This diff is collapsed.
Click to expand it.
n
extcloudApps
Intallation
.sh
→
installN
extcloudApps.sh
+
0
−
0
View file @
5083adff
File moved
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