Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmix authored Mar 9, 2022
1 parent 6583acf commit b3018aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chmod +x ./client/index.js
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - \
&& sudo apt-get -y update \
&& sudo apt-get install nodejs php-cli \
&& ifstat sysstat smartmontools \
&& redis-tools postgresql-client mysql-client
ifstat sysstat smartmontools \
redis-tools postgresql-client mysql-client

cd ./client && npm i
cd ./client && npm i

0 comments on commit b3018aa

Please sign in to comment.