Skip to content

Commit

Permalink
Update agario.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
oksesaneka22 committed Feb 11, 2024
1 parent b7f5e7f commit 16be514
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions agario.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash

sudo apt-get update && sudo apt-get install -y ca-certificates curl gnupg
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
sudo curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
NODE_MAJOR=20
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
sudo apt-get update && sudo apt-get install nodejs -y

git clone https://github.com/Faris90/Ogar3.git
sudo git clone https://github.com/Faris90/Ogar3.git

npm install ./Ogar3
sudo npm install ./Ogar3
cd Ogar3
npm start
sudo npm start

0 comments on commit 16be514

Please sign in to comment.