From 8ae2da63768d3c9e7596be5c8033ed08b0fb2d30 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 18 Sep 2018 11:03:16 +0200 Subject: [PATCH] minor tweaks --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9468271..6954791c 100644 --- a/README.md +++ b/README.md @@ -69,12 +69,14 @@ Space view. # Requires: - curl -- wget -- A service for documize +- wget +- bash +- A service for Documize (/etc/init.d/documize) VERSION="$(curl -s https://api.github.com/repos/documize/community/releases | grep 'tag_name' | cut -d\" -f4 | head -1)" service documize stop +sleep 2 # Wait for the service to stop completely rm -f /bin/documize-community-linux-amd64 if wget https://github.com/documize/community/releases/download/$VERSION/documize-community-linux-amd64 -P /bin/ then