mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-09 01:09:16 +00:00
Update 5etools-install.sh
This commit is contained in:
parent
96cbf9c587
commit
0f9958f794
@ -31,8 +31,8 @@ wget -q "https://github.com/5etools-mirror-3/5etools-src/archive/refs/tags/${REL
|
||||
unzip -q "${RELEASE}.zip"
|
||||
mv "5etools-src-${RELEASE:1}" /opt/5etools
|
||||
cd /opt/5etools
|
||||
npm i
|
||||
npm run build
|
||||
$STD npm install
|
||||
$STD npm run build
|
||||
cd ~
|
||||
echo "${RELEASE}" >"/opt/5etools_version.txt"
|
||||
rm "${RELEASE}.zip"
|
||||
|
Loading…
Reference in New Issue
Block a user