Skip to content

Commit

Permalink
Create install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
silvereengames authored Feb 27, 2024
1 parent 039c454 commit 8c72061
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
sudo apt install screen
sudo apt-get update
sudo apt install nginx
sudo apt install curl
cd /
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.bashrc
nvm install node
sudo apt install git
sudo apt install snapd
sudo snap install --classic certbot
sudo ln -s /snap/bin/certbot /usr/bin/certbot
sudo apt install screen
cd /var/www
git clone https://github.com/silvereennetwork/Moonlight4.0.git
cd Moonlight4.0
npm i
screen
npm start

0 comments on commit 8c72061

Please sign in to comment.