cryptpad/www/common/onlyoffice/build/build.sh
2018-02-19 18:52:57 +01:00

10 lines
218 B
Bash
Executable file

git clone https://github.com/ldubost/web-apps.git
git clone https://github.com/ldubost/sdkjs.git
cd sdkjs
make
cd ..
rm -rf ../web-apps
cp -r web-apps/deploy/web-apps ..
rm -rf ../sdkjs
cp -r web-apps/deploy/sdkjs ..