mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-10 09:49:18 +00:00
Update 5etools.sh
This commit is contained in:
parent
2fce925afc
commit
b76099d6ee
@ -52,8 +52,8 @@ function update_script() {
|
|||||||
mv "${APP}-src-${RELEASE:1}" "/opt/${APP}"
|
mv "${APP}-src-${RELEASE:1}" "/opt/${APP}"
|
||||||
mv "/opt/img-backup" "/opt/${APP}/img"
|
mv "/opt/img-backup" "/opt/${APP}/img"
|
||||||
cd /opt/5etools
|
cd /opt/5etools
|
||||||
npm i
|
$STD npm install
|
||||||
npm run build
|
$STD npm run build
|
||||||
cd ~
|
cd ~
|
||||||
echo "${RELEASE}" >"/opt/${APP}_version.txt"
|
echo "${RELEASE}" >"/opt/${APP}_version.txt"
|
||||||
msg_ok "Updated base 5etools"
|
msg_ok "Updated base 5etools"
|
||||||
|
Loading…
Reference in New Issue
Block a user