Compare commits

...

3 Commits

Author SHA1 Message Date
community-scripts-pr-app[bot] a84e13b504 Update CHANGELOG.md (#15473)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-29 12:26:33 +00:00
github-actions[bot] 3141dfbfb7 chore(ct): sync snapotter defaults from PocketBase (#15472)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-29 22:26:09 +10:00
MickLesk 084fe40484 add deps for snapotter 2026-06-29 13:24:52 +02:00
3 changed files with 10 additions and 1 deletions
+4
View File
@@ -495,6 +495,10 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
- Flame ([#15464](https://github.com/community-scripts/ProxmoxVE/pull/15464)) - Flame ([#15464](https://github.com/community-scripts/ProxmoxVE/pull/15464))
### 🚀 Updated Scripts
- chore(ct): sync snapotter defaults with PocketBase [@github-actions[bot]](https://github.com/github-actions[bot]) ([#15472](https://github.com/community-scripts/ProxmoxVE/pull/15472))
## 2026-06-28 ## 2026-06-28
### 🚀 Updated Scripts ### 🚀 Updated Scripts
+1 -1
View File
@@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
APP="SnapOtter" APP="SnapOtter"
var_tags="${var_tags:-media;image}" var_tags="${var_tags:-media;image}"
var_cpu="${var_cpu:-2}" var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-2048}" var_ram="${var_ram:-4096}"
var_disk="${var_disk:-20}" var_disk="${var_disk:-20}"
var_os="${var_os:-debian}" var_os="${var_os:-debian}"
var_version="${var_version:-13}" var_version="${var_version:-13}"
+5
View File
@@ -20,6 +20,11 @@ $STD apt install -y \
potrace \ potrace \
libopenjp2-tools \ libopenjp2-tools \
libegl1 \ libegl1 \
libgl1 \
libglib2.0-0 \
libsm6 \
libxext6 \
libxrender1 \
libwayland-client0 \ libwayland-client0 \
libwayland-cursor0 \ libwayland-cursor0 \
libwayland-egl1 \ libwayland-egl1 \