mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-09 17:29:16 +00:00
Update Pf2eTools.sh
This commit is contained in:
parent
8db6ecea5a
commit
10a1ed6b1e
@ -47,7 +47,7 @@ function update_script() {
|
||||
msg_info "Updating ${APP}"
|
||||
cd "/opt/${APP}"
|
||||
wget -q "https://github.com/Pf2eToolsOrg/Pf2eTools/archive/refs/tags/${RELEASE}.zip"
|
||||
unzip "${RELEASE}.zip" -d /opt/${APP}
|
||||
unzip -j "${RELEASE}.zip" -d /opt/${APP}
|
||||
echo "${RELEASE}" >/opt/${APP}_version.txt
|
||||
msg_ok "Updated ${APP}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user