瀏覽代碼

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 3 年之前
父節點
當前提交
f75ab964be
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      releases/rebuild-docs.sh

+ 2 - 2
releases/rebuild-docs.sh

@@ -15,8 +15,8 @@ fi
 
 if [ ! -d ~/python/esprima-python ]; then
   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
   cd ~/python
   git clone --depth 1 -b master https://github.com/Kronuz/esprima-python