Skip to content

Commit

Permalink
Removed redundant install code
Browse files Browse the repository at this point in the history
  • Loading branch information
oddwires committed Dec 7, 2019
1 parent 911ecc6 commit b6d9854
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -557,16 +557,6 @@ if [[ "$key" = "I" ]] || [[ "$key" = "i" ]]; then
sudo chmod u+s ./HAP-NodeJS # new folders + files will inherit directory user details

cd HAP-NodeJS/
npm install bonjour-hap
npm install decimal.js
npm install node-persist
npm install debug
npm install buffer-shims
npm install bonjour-hap
npm install fast-srp-hap
npm install ip
npm install tweetnacl

npm install
npm install --only=dev

Expand Down

0 comments on commit b6d9854

Please sign in to comment.