Skip to content

Commit

Permalink
Script consertado
Browse files Browse the repository at this point in the history
  • Loading branch information
leonp967 committed May 17, 2019
1 parent 509520d commit 577f598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
!/bin/sh
sudo apt-get update
sudo apt-get install curl
sudo apt-get install curl -y
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
source ~/.bashrc
nvm install 9.0.0
sudo apt-get install python
sudo apt-get install python -y
npm install
npm rebuild grpc --build-from-source --runtime=electron --target=4.2.2 --target_arch=x64 --dist-url=https://atom.io/download/electron

0 comments on commit 577f598

Please sign in to comment.