Compare commits

..

3 Commits

Author SHA1 Message Date
Tobias
d0b79c7357 Refactor KASM URL detection logic in install script 2026-04-06 20:14:37 +02:00
Tobias
8e8a22db94 Simplify KASM version detection in kasm.sh 2026-04-06 16:08:02 +02:00
Tobias
9d50b738d2 add: kasm: manual version override 2026-04-06 15:58:41 +02:00
2 changed files with 2 additions and 11 deletions

View File

@@ -439,15 +439,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
</details>
## 2026-04-06
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- changedetection: fix: typing_extensions error [@CrazyWolf13](https://github.com/CrazyWolf13) ([#13548](https://github.com/community-scripts/ProxmoxVE/pull/13548))
- kasm: fix: fetch latest version [@CrazyWolf13](https://github.com/CrazyWolf13) ([#13547](https://github.com/community-scripts/ProxmoxVE/pull/13547))
## 2026-04-05
### 🚀 Updated Scripts

View File

@@ -34,11 +34,11 @@ function update_script() {
NODE_VERSION="24" setup_nodejs
msg_info "Updating ${APP}"
$STD pip3 install changedetection.io --upgrade --break-system-packages --ignore-installed typing_extensions
$STD pip3 install changedetection.io --upgrade
msg_ok "Updated ${APP}"
msg_info "Updating Playwright"
$STD pip3 install playwright --upgrade --break-system-packages
$STD pip3 install playwright --upgrade
msg_ok "Updated Playwright"
if [[ -f /etc/systemd/system/browserless.service ]]; then