diff --git a/ressources/joplin/joplin b/ressources/joplin/joplin index 3d77e7c..2b56f95 100755 --- a/ressources/joplin/joplin +++ b/ressources/joplin/joplin @@ -1,6 +1,11 @@ #!/bin/bash -STEP="makedeb" +STEP="envinit makedeb" + +envinit() { + apt-get install -y wget ca-certificates wget fakeroot dpkg +} + makedeb(){ GIT_VERSION=$1