mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-09 20:58:12 +01:00
Excalidraw: Fix build (#14509)
This commit is contained in:
+2
-1
@@ -30,7 +30,7 @@ function update_script() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
NODE_VERSION="24" NODE_MODULE="yarn" setup_nodejs
|
NODE_VERSION="24" NODE_MODULE="yarn" setup_nodejs
|
||||||
|
|
||||||
if check_for_gh_release "excalidraw" "excalidraw/excalidraw"; then
|
if check_for_gh_release "excalidraw" "excalidraw/excalidraw"; then
|
||||||
msg_info "Stopping Service"
|
msg_info "Stopping Service"
|
||||||
systemctl stop excalidraw
|
systemctl stop excalidraw
|
||||||
@@ -40,6 +40,7 @@ function update_script() {
|
|||||||
|
|
||||||
msg_info "Updating Excalidraw"
|
msg_info "Updating Excalidraw"
|
||||||
cd /opt/excalidraw
|
cd /opt/excalidraw
|
||||||
|
$STD yarn config set ignore-engines true
|
||||||
$STD yarn
|
$STD yarn
|
||||||
msg_ok "Updated Excalidraw"
|
msg_ok "Updated Excalidraw"
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ fetch_and_deploy_gh_release "excalidraw" "excalidraw/excalidraw" "tarball"
|
|||||||
|
|
||||||
msg_info "Configuring Excalidraw"
|
msg_info "Configuring Excalidraw"
|
||||||
cd /opt/excalidraw
|
cd /opt/excalidraw
|
||||||
|
$STD yarn config set ignore-engines true
|
||||||
$STD yarn
|
$STD yarn
|
||||||
msg_ok "Setup Excalidraw"
|
msg_ok "Setup Excalidraw"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user