-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathwhmcs.sh
More file actions
17 lines (9 loc) · 728 Bytes
/
whmcs.sh
File metadata and controls
17 lines (9 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
echo "whmcs" >/etc/hostname
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/apt/master/bbr/bbr.sh') 0 0
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/LinuxInit.sh')
DEBIAN_FRONTEND=noninteractive apt-get install -y openssl wget curl screen nload unzip vnstat gawk dnsutils net-tools p7zip-full python3-pip ipset iftop lsof
DEBIAN_FRONTEND=noninteractive apt-get install -y nginx mariadb-client mariadb-server
pip3 install flask pymysql
bash <(wget -qO- https://github.com/MoeClub/apt/raw/master/nginx/conf/nginx.sh)
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/php.sh') 7.0