🐞 Don't query when overwriting partial zip download

Thanks @swacquie for that one
This commit is contained in:
Jérôme Petazzoni
2025-05-05 19:04:52 +02:00
parent 121713a6c7
commit 4de3c303a6
+1 -1
View File
@@ -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 <<EOF