-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathinstaller-contrib-ispconfig-3.1-offsrc
38 lines (32 loc) · 1.25 KB
/
installer-contrib-ispconfig-3.1-offsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# This is the config file where we define what will be executed in the installer script.
#
# installer will read variables and will execute them one by one.
#
execute+=(tweaks/cwm-settimezone)
execute+=(include/installInProgressSSH)
execute+=(include/checkInternetConnectivity)
execute+=(tweaks/ubuntu-ufw-enable)
execute+=(tweaks/ubuntu-updateos)
execute+=(tweaks/ubuntu-enable-bash)
execute+=(tweaks/ubuntu-disable-apparmor)
. installer-contrib-tweaks-optimize.conf
execute+=(services/ntpd-latest-osrepo)
execute+=(tweaks/dbserver-check-ntpd)
execute+=(services/mysqlserver-5.7-osrepo)
execute+=(tweaks/mysql-server-setbindonall)
execute+=(services/postfix-mysql-latest-osrepo)
execute+=(services/dovecot-mysql-latest-osrepo)
execute+=(services/amavisd-new-latest-osrepo)
execute+=(services/spamassasin-latest-osrepo)
execute+=(services/clamav-latest-osrepo)
execute+=(services/nginx-latest-offirepo)
execute+=(services/phpfpm-7.2-osrepo)
execute+=(tweaks/nginx-enable-php)
execute+=(services/certbot-latest-offirepo-nginx)
execute+=(services/bind-latest-osrepo)
execute+=(apps/ispconfig-3.1-offsrc)
execute+=(tweaks/ubuntu-ufw-allowispconfig)
execute+=(tweaks/motd-header-tweak)
execute+=(tweaks/motd-description-append)
execute+=(include/installInProgressSSH-remove)