Skip to content

Commit

Permalink
Update install_1.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-2015 authored Nov 1, 2021
1 parent c45e0f3 commit 13bd873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#!/bin/bash

# Install nodejs
pkg install nodejs-lts=16.13.0 -y
pkg install nodejs-lts -y

if [ $? -eq 0 ]; then
echo "Installation successful"
Expand Down Expand Up @@ -56,4 +56,4 @@ else
echo "Failed to download start script. Please run wget https://github.com/jtvserver/jtvserver.github.io/releases/download/1.0/start.sh to download"
exit 1
fi
cd ~
cd ~

0 comments on commit 13bd873

Please sign in to comment.