mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
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
This commit is contained in:
parent
bff43c3f92
commit
f75ab964be
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue