mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-10 09:49:18 +00:00
Update Pf2eTools.sh
This commit is contained in:
parent
31a01a23a8
commit
34ce30e0a7
@ -48,7 +48,7 @@ function update_script() {
|
|||||||
cd "/opt/${APP}"
|
cd "/opt/${APP}"
|
||||||
wget -q "https://github.com/Pf2eToolsOrg/Pf2eTools/archive/refs/tags/${RELEASE}.zip"
|
wget -q "https://github.com/Pf2eToolsOrg/Pf2eTools/archive/refs/tags/${RELEASE}.zip"
|
||||||
unzip "${RELEASE}.zip"
|
unzip "${RELEASE}.zip"
|
||||||
mv "${APP}-${RELEASE}" /opt/Pf2eTools
|
mv "${APP}-${RELEASE:1}" /opt/Pf2eTools
|
||||||
echo "${RELEASE}" >/opt/${APP}_version.txt
|
echo "${RELEASE}" >/opt/${APP}_version.txt
|
||||||
msg_ok "Updated ${APP}"
|
msg_ok "Updated ${APP}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user