Bash Script for a webserver preinstallation on a clean VPS/VDS with Ubuntu 18
- Nginx
- NPM, NVM, Yarn
- NodeJs v14
- PHP 7.4 (+FPM)
- CertBot
$ wget https://koyu.tech/github/wsp-u18.sh
$ sudo chmod +x ./wsp-u18.sh
$ sudo ./wsp-u18.sh
Or by single line
$ wget https://koyu.tech/github/wsp-u18.sh && sudo chmod +x ./wsp-u18.sh && sudo ./wsp-u18.sh