From 785e0f83c8800c400df815cc00d8e1fa65e61f96 Mon Sep 17 00:00:00 2001 From: Benoit Date: Sun, 16 Feb 2025 18:08:02 +0900 Subject: [PATCH] Beszel: Fix wget path --- cfg/jobs/beszel.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/jobs/beszel.run b/cfg/jobs/beszel.run index 9d532a2..9a4d888 100755 --- a/cfg/jobs/beszel.run +++ b/cfg/jobs/beszel.run @@ -36,7 +36,7 @@ incus exec "$CNAME" -- adduser \ incus exec "$CNAME" -- wget --quiet \ https://github.com/henrygd/beszel/releases/download/v"$UPSTREAM_VER"/beszel_linux_amd64.tar.gz \ - -O /tmp/ + -O /tmp/beszel_linux_amd64.tar.gz incus exec "$CNAME" -- tar -xzf \ /tmp/beszel_linux_amd64.tar.gz \ -C /opt/beszel/