Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mailinabox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mailinabox
Commits
a3c71fe1
Commit
a3c71fe1
authored
Jan 22, 2017
by
wsteitz
Committed by
Joshua Tauberer
Jan 22, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move unzip installation from owncload to system setup (#1077)
parent
a24977a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
owncloud.sh
setup/owncloud.sh
+1
-1
system.sh
setup/system.sh
+1
-1
No files found.
setup/owncloud.sh
View file @
a3c71fe1
...
...
@@ -12,7 +12,7 @@ echo "Installing ownCloud (contacts/calendar)..."
apt_install
\
dbconfig-common
\
php5-cli php5-sqlite php5-gd php5-imap php5-curl php-pear php-apc curl libapr1 libtool libcurl4-openssl-dev php-xml-parser
\
php5 php5-dev php5-gd php5-fpm memcached php5-memcached
unzip
php5 php5-dev php5-gd php5-fpm memcached php5-memcached
apt-get purge
-qq
-y
owncloud
*
...
...
setup/system.sh
View file @
a3c71fe1
...
...
@@ -116,7 +116,7 @@ apt_get_quiet upgrade
echo
Installing system packages...
apt_install python3 python3-dev python3-pip
\
netcat-openbsd wget curl git
sudo
coreutils bc
\
haveged pollinate
\
haveged pollinate
unzip
\
unattended-upgrades cron ntp fail2ban
# ### Suppress Upgrade Prompts
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment