From a340b7db223e5fbd1c55123064e0fccfe6744bc6 Mon Sep 17 00:00:00 2001 From: thomas Date: Sun, 20 Feb 2022 15:06:59 +0100 Subject: [PATCH] New process using mount point --- ressources/joplin/joplin | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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