Add version number to update information for ps5-mqtt script

This commit is contained in:
liecno 2025-01-03 19:49:27 +01:00
parent 447357f562
commit fc0647e5b0

View File

@ -41,7 +41,7 @@ function update_script() {
systemctl stop ps5-mqtt.service systemctl stop ps5-mqtt.service
msg_ok "Stopped service" msg_ok "Stopped service"
msg_info "Updating PS5-MQTT" msg_info "Updating PS5-MQTT to ${RELEASE}"
cd ~ cd ~
wget -q https://github.com/FunkeyFlo/ps5-mqtt/archive/refs/tags/${RELEASE}.tar.gz wget -q https://github.com/FunkeyFlo/ps5-mqtt/archive/refs/tags/${RELEASE}.tar.gz
tar zxf ${RELEASE}.tar.gz tar zxf ${RELEASE}.tar.gz