diff --git a/install/dashy-install.sh b/install/dashy-install.sh index 4ae6bf5d..4436e6aa 100644 --- a/install/dashy-install.sh +++ b/install/dashy-install.sh @@ -40,7 +40,7 @@ msg_info "Installing Dashy ${RELEASE} (Patience)" mkdir -p /opt/dashy wget -qO- https://github.com/Lissy93/dashy/archive/refs/tags/${RELEASE}.tar.gz | tar -xz -C /opt/dashy --strip-components=1 cd /opt/dashy -sed -i 's/NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build/NODE_OPTIONS=yarn vue-cli-service build/' /opt/dashy/package.json +#sed -i 's/NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build/NODE_OPTIONS=yarn vue-cli-service build/' /opt/dashy/package.json $STD yarn $STD yarn build echo "${RELEASE}" >/opt/${APPLICATION}_version.txt