tools -> scripts
This commit is contained in:
33
scripts/ubuntu/lemp.sh
Normal file
33
scripts/ubuntu/lemp.sh
Normal file
@@ -0,0 +1,33 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
apt update && apt upgrade -y --autoremove
|
||||
apt install -y \
|
||||
apt-transport-https \
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
cmake \
|
||||
curl \
|
||||
dialog \
|
||||
gettext \
|
||||
gnupg \
|
||||
htop \
|
||||
libaio1 \
|
||||
libcurl4-gnutls-dev \
|
||||
libexpat1-dev \
|
||||
libghc-zlib-dev \
|
||||
libssl-dev \
|
||||
make \
|
||||
mc \
|
||||
nano \
|
||||
net-tools \
|
||||
nmap \
|
||||
p7zip-full \
|
||||
software-properties-common \
|
||||
unzip \
|
||||
inotify-tools \
|
||||
git \
|
||||
mariadb-server \
|
||||
mariadb-client \
|
||||
nginx \
|
||||
certbot \
|
||||
python3-certbot-nginx
|
||||
Reference in New Issue
Block a user