Browse Source

setup.sh: additional tools

Mokhtar Naamani 4 years ago
parent
commit
6537490797
1 changed files with 3 additions and 2 deletions
  1. 3 2
      setup.sh

+ 3 - 2
setup.sh

@@ -21,9 +21,9 @@ rustup install 1.46.0
 rustup default 1.46.0
 
 if [[ "$OSTYPE" == "linux-gnu" ]]; then
-    apt-get install coreutils
+    apt-get install -y coreutils clang jq curl gcc xz-utils sudo pkg-config unzip clang libc6-dev-i386
 elif [[ "$OSTYPE" == "darwin"* ]]; then
-	brew install b2sum gnu-tar
+    brew install b2sum gnu-tar jq curl
 fi
 
 # Volta nodejs, npm, yarn tools manager
@@ -31,3 +31,4 @@ curl https://get.volta.sh | bash
 
 volta install node@12
 volta install yarn
+volta install npx