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
36ccbffd
Commit
36ccbffd
authored
Apr 23, 2014
by
Keats
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix install on Ubuntu 14.04
parent
ec11241a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
web.sh
scripts/web.sh
+1
-1
webmail.sh
scripts/webmail.sh
+1
-1
No files found.
scripts/web.sh
View file @
36ccbffd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#################################################
#################################################
apt-get remove
-q
-y
apache2
apt-get remove
-q
-y
apache2
apt-get
install
-q
-y
nginx
apt-get
install
-q
-y
nginx
php5-cgi
rm
-f
/etc/nginx/sites-enabled/default
rm
-f
/etc/nginx/sites-enabled/default
...
...
scripts/webmail.sh
View file @
36ccbffd
...
@@ -19,7 +19,7 @@ src_fn=roundcube_0.9.5.orig.tar.gz
...
@@ -19,7 +19,7 @@ src_fn=roundcube_0.9.5.orig.tar.gz
src_dir
=
roundcubemail-0.9.5-dep
src_dir
=
roundcubemail-0.9.5-dep
wget
-nc
-P
externals http://ftp.debian.org/debian/pool/main/r/roundcube/
$src_fn
wget
-nc
-P
externals http://ftp.debian.org/debian/pool/main/r/roundcube/
$src_fn
tar
-C
/tmp
-xzf
$(
pwd
)
/externals/
$src_fn
tar
-C
/tmp
-xzf
$(
pwd
)
/externals/
$src_fn
if
[
!
-d
/
usr/share/roundcube/SQL
]
;
then
mv
/tmp/
$src_dir
/SQL/ /usr/share
/roundcube/
;
fi
if
[
!
-d
/
var/lib/roundcube/SQL
]
;
then
mv
/tmp/
$src_dir
/SQL/ /var/lib
/roundcube/
;
fi
rm
-rf
/tmp/
$src_dir
rm
-rf
/tmp/
$src_dir
# Settings
# Settings
...
...
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