mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-31 21:14:43 +00:00
Profilarr: standardize architecture case statements in scripts & v2 Support
This commit is contained in:
+2
-2
@@ -70,8 +70,8 @@ EOF
|
||||
export VITE_CHANNEL=stable
|
||||
$STD deno run -A npm:vite build
|
||||
case "$ARCH" in
|
||||
aarch64) DENO_TARGET="aarch64-unknown-linux-gnu" ;;
|
||||
*) DENO_TARGET="x86_64-unknown-linux-gnu" ;;
|
||||
aarch64) DENO_TARGET="aarch64-unknown-linux-gnu" ;;
|
||||
*) DENO_TARGET="x86_64-unknown-linux-gnu" ;;
|
||||
esac
|
||||
$STD deno compile \
|
||||
--no-check \
|
||||
|
||||
Reference in New Issue
Block a user