Run the following command to grant execution permissions:
chmod +x installshTo set up the web server, use:
./installsh [web_server]Replace [web_server] with either:
nginxfor Nginxapache2for Apache
Install and configure Nginx:
./installsh nginxInstall and configure Apache2:
./installsh apache2Once the script completes, access the web page using the server's public IP:
http://<your-public-ip>