Skip to content

Commit

Permalink
🪛 Add NodeJS install
Browse files Browse the repository at this point in the history
  • Loading branch information
Evil0ctal authored Mar 8, 2023
1 parent 8ec3a96 commit dae1e02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bash/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ echo 'installing PIP3...'

apt install python3-pip

echo 'installing NodeJS...'

apt install nodejs

echo 'Creating path: /www/wwwroot'

mkdir -p /www/wwwroot
Expand Down

0 comments on commit dae1e02

Please sign in to comment.