Initial
This commit is contained in:
commit
363a876c22
88 changed files with 783 additions and 0 deletions
10
ressources/joplin-server/prebuild
Executable file
10
ressources/joplin-server/prebuild
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
VERSION=$1
|
||||
cd /tmp/
|
||||
git clone https://github.com/laurent22/joplin.git
|
||||
cd joplin/
|
||||
git checkout $VERSION
|
||||
rm -fr packages/app*
|
||||
rm -fr packages/generator-joplin
|
||||
rm -fr packages/plugin-repo-cli
|
||||
rm -fr packages/plugins
|
Loading…
Add table
Add a link
Reference in a new issue