hsuwill000 commited on
Commit
6272a4d
·
verified ·
1 Parent(s): 57d1bf9

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +1 -1
setup.sh CHANGED
@@ -37,7 +37,7 @@ apt-get upgrade -y && apt-get install -y --no-install-recommends nvtop
37
  curl -fsSL https://deb.nodesource.com/setup_21.x | bash -
38
  apt-get install -y nodejs npm
39
  npm install -g configurable-http-proxy
40
- npm install --unsafe-perm sharp
41
 
42
  # Miniconda
43
  curl -sLo /tmp/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py39_4.10.3-Linux-x86_64.sh
 
37
  curl -fsSL https://deb.nodesource.com/setup_21.x | bash -
38
  apt-get install -y nodejs npm
39
  npm install -g configurable-http-proxy
40
+ npm install -g sharp
41
 
42
  # Miniconda
43
  curl -sLo /tmp/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py39_4.10.3-Linux-x86_64.sh