From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 16:54:22 +0000 (+0200) Subject: wip #5220 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b12b0a1db3863de8bb9e3dfb0df5ad592b70a8e4;p=fluidbook_processfarm.git wip #5220 --- diff --git a/bin/install b/bin/install index f80301e..ea31175 100755 --- a/bin/install +++ b/bin/install @@ -1,5 +1,4 @@ #!/bin/sh -apt install -y pdftk poppler-utils chmod 755 /usr/local/fluidbook_processfarm/bin/* groupadd fluidbookfarmer useradd fluidbookfarmer -g fluidbookfarmer --home /usr/local/fluidbook_processfarm diff --git a/bin/installpackages b/bin/installpackages new file mode 100644 index 0000000..d65741f --- /dev/null +++ b/bin/installpackages @@ -0,0 +1,3 @@ +#!/bin/sh +apt-get update +apt-get install -y pdftk poppler-utils ghostscript sshfs \ No newline at end of file diff --git a/bin/update b/bin/update index 4bccc17..02807ba 100755 --- a/bin/update +++ b/bin/update @@ -2,4 +2,5 @@ cd /usr/local/fluidbook_processfarm git pull origin master chmod 755 /usr/local/fluidbook_processfarm/bin/* +/usr/local/fluidbook_processfarm/bin/installpackages /usr/local/fluidbook_processfarm/bin/fixrights \ No newline at end of file