Beszel: Fix wget path
This commit is contained in:
parent
fa5ff010d7
commit
785e0f83c8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ incus exec "$CNAME" -- adduser \
|
||||||
|
|
||||||
incus exec "$CNAME" -- wget --quiet \
|
incus exec "$CNAME" -- wget --quiet \
|
||||||
https://github.com/henrygd/beszel/releases/download/v"$UPSTREAM_VER"/beszel_linux_amd64.tar.gz \
|
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 \
|
incus exec "$CNAME" -- tar -xzf \
|
||||||
/tmp/beszel_linux_amd64.tar.gz \
|
/tmp/beszel_linux_amd64.tar.gz \
|
||||||
-C /opt/beszel/
|
-C /opt/beszel/
|
||||||
|
|
Loading…
Add table
Reference in a new issue