From 4de3c303a6c56172791eaf0d4941e3b3d95534c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 5 May 2025 19:04:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Don't=20query=20when=20overwriti?= =?UTF-8?q?ng=20partial=20zip=20download?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks @swacquie for that one --- prepare-labs/lib/commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-labs/lib/commands.sh b/prepare-labs/lib/commands.sh index ec23dd88..255c13bf 100644 --- a/prepare-labs/lib/commands.sh +++ b/prepare-labs/lib/commands.sh @@ -1120,7 +1120,7 @@ _cmd_tailhist () { set -e sudo apt-get install unzip -y wget -c https://github.com/joewalnes/websocketd/releases/download/v0.3.0/websocketd-0.3.0-linux_$ARCH.zip - unzip websocketd-0.3.0-linux_$ARCH.zip websocketd + unzip -o websocketd-0.3.0-linux_$ARCH.zip websocketd sudo mv websocketd /usr/local/bin/websocketd sudo mkdir -p /opt/tailhist sudo tee /opt/tailhist.service <