Browse Source

Use different OS for WeKan releases.

Lauri Ojansivu 3 years ago
parent
commit
a176a58a72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      releases/rebuild-docs.sh

+ 1 - 1
releases/rebuild-docs.sh

@@ -26,10 +26,10 @@ if [ ! -d ~/python/esprima-python ]; then
   #    https://github.com/wekan/wekan/issues/4280
   #    https://github.com/sandstorm-io/sandstorm/issues/3600
   #      sudo pip3 install .
+  sudo pip3 install .
   # b) Generating docs Works on Linux Mint with this,
   #    and also generating Sandstorm WeKan package works:
   #      sudo python3 setup.py install --record files.txt
-  sudo python3 setup.py install --record files.txt
 fi
 
 # 2) Go to Wekan repo directory