'Setup-Step1.sh' updaten

This commit is contained in:
2019-08-24 23:28:20 +00:00
parent 42279bb2d9
commit cb3bce7aa4

View File

@@ -47,7 +47,7 @@ sed -i 's/#/vm.vfs_cache_pressure=50/g' /etc/sysctl.conf
##-------------------## ##-------------------##
# Install Phase # # Install Phase #
##-------------------## ##-------------------##
apt install nginx apt install -y nginx
apt install -y exfat-fuse hfsprogs exfat-utils acl screen rsync exfat-utils ntfs-3g gphoto2 libimage-exiftool-perl cifs-utils sudo apt install -y exfat-fuse hfsprogs exfat-utils acl screen rsync exfat-utils ntfs-3g gphoto2 libimage-exiftool-perl cifs-utils sudo
##-------------## ##-------------##
# WebMin # # WebMin #
@@ -121,7 +121,6 @@ systemctl restart mysql
##-----------## ##-----------##
#installing nginx from apt #installing nginx from apt
apt install -y nginx
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nginx/nginx-default.conf -O /etc/nginx/nginx.conf wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nginx/nginx-default.conf -O /etc/nginx/nginx.conf
mkdir -p /etc/nginx mkdir -p /etc/nginx