Update install.sh
This commit is contained in:
parent
612c9ca02e
commit
d8c96aad74
1 changed files with 3 additions and 3 deletions
|
@ -27,9 +27,9 @@ ufw allow 25/tcp
|
||||||
ufw --force enable
|
ufw --force enable
|
||||||
|
|
||||||
# Fetch Mailtrain files
|
# Fetch Mailtrain files
|
||||||
cd /opt
|
mkdir -p /opt/mailtrain
|
||||||
git clone git://github.com/andris9/mailtrain.git
|
cd /opt/mailtrain
|
||||||
cd mailtrain
|
git clone git://github.com/andris9/mailtrain.git .
|
||||||
|
|
||||||
# Set up upstart service script
|
# Set up upstart service script
|
||||||
cp setup/mailtrain.conf /etc/init
|
cp setup/mailtrain.conf /etc/init
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue