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:
Lauri Ojansivu 2022-01-14 02:42:49 +02:00
parent bff43c3f92
commit f75ab964be

View file

@ -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