mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update manyfold-install.sh
This commit is contained in:
@@ -51,8 +51,8 @@ cd /opt
|
||||
curl -fsSL "https://github.com/manyfold3d/manyfold/archive/refs/tags/v${RELEASE}.zip" -o manyfold.zip
|
||||
unzip -q manyfold.zip
|
||||
mv /opt/manyfold-${RELEASE}/ /opt/manyfold
|
||||
RUBY_VERSION=$(cat .ruby-version)
|
||||
YARN_VERSION=$(grep '"packageManager":' package.json | sed -E 's/.*"(yarn@[0-9\.]+)".*/\1/')
|
||||
RUBY_VERSION=$(cat /opt/manyfold.ruby-version)
|
||||
YARN_VERSION=$(grep '"packageManager":' /opt/manyfold/package.json | sed -E 's/.*"(yarn@[0-9\.]+)".*/\1/')
|
||||
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
|
||||
msg_ok "Downloaded Manyfold"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user