Explorar el Código

Part 2: Try to fix Sandstorm WeKan package.

Thanks to xet7 !

Related https://github.com/wekan/wekan/issues/4280,
related https://github.com/sandstorm-io/sandstorm/issues/3600
Lauri Ojansivu hace 3 años
padre
commit
f75ab964be
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      releases/rebuild-docs.sh

+ 2 - 2
releases/rebuild-docs.sh

@@ -15,8 +15,8 @@ fi
 
 
 if [ ! -d ~/python/esprima-python ]; then
 if [ ! -d ~/python/esprima-python ]; then
   sudo apt-get -y install python3-pip
   sudo apt-get -y install python3-pip
-  sudo pip3 install -U setuptools wheel
-  sudo npm install -g api2html
+  pip3 install -U setuptools wheel
+  npm install -g api2html
   mkdir -p ~/python
   mkdir -p ~/python
   cd ~/python
   cd ~/python
   git clone --depth 1 -b master https://github.com/Kronuz/esprima-python
   git clone --depth 1 -b master https://github.com/Kronuz/esprima-python