Compare commits

...

3 Commits

Author SHA1 Message Date
MickLesk 33140f8ea2 HAOS: remove non-ASCII dash from CPU model dialog text 2026-08-04 22:56:49 +02:00
community-scripts-pr-app[bot] 26abc114fd Update .app files (#16269)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-08-04 21:06:45 +02:00
community-scripts-pr-app[bot] 5202ffcea2 Update CHANGELOG.md (#16270)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-04 19:02:39 +00:00
18 changed files with 41 additions and 7 deletions
+4
View File
@@ -548,6 +548,10 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
- tools.func: never delete ubuntu.sources (or other distro base sources) as orphaned [@MickLesk](https://github.com/MickLesk) ([#16250](https://github.com/community-scripts/ProxmoxVE/pull/16250))
- tools.func: complete a stale/partial backup manifest instead of trusting it as-is [@MickLesk](https://github.com/MickLesk) ([#16252](https://github.com/community-scripts/ProxmoxVE/pull/16252))
- #### 🔧 Refactor
- Refactor: harmonize tools/addon and move boilerplate into core.func [@MickLesk](https://github.com/MickLesk) ([#16202](https://github.com/community-scripts/ProxmoxVE/pull/16202))
## 2026-08-03
### 🚀 Updated Scripts
-6
View File
@@ -1,6 +0,0 @@
_____
/ ___/_________ _____ ____ ____ __ __
\__ \/ ___/ __ `/ __ \/ __ \/ __ \/ / / /
___/ / /__/ /_/ / / / / /_/ / /_/ / /_/ /
/____/\___/\__,_/_/ /_/\____/ .___/\__, /
/_/ /____/
+6
View File
@@ -0,0 +1,6 @@
__ __ __ __ _ __ __
____ _____/ /___/ / ____ ___ / /_/ /_ (_)________/ / / / _______
/ __ `/ __ / __ /_____/ __ \/ _ \/ __/ __ \/ / ___/ __ /_____/ / |/_/ ___/
/ /_/ / /_/ / /_/ /_____/ / / / __/ /_/ /_/ / / / / /_/ /_____/ /> </ /__
\__,_/\__,_/\__,_/ /_/ /_/\___/\__/_.___/_/_/ \__,_/ /_/_/|_|\___/
+6
View File
@@ -0,0 +1,6 @@
__ __ __ _ __ __ __
____ _____/ /___/ / / /_____ _(_) /_____________ _/ /__ / / _______
/ __ `/ __ / __ /_____/ __/ __ `/ / / ___/ ___/ __ `/ / _ \______/ / |/_/ ___/
/ /_/ / /_/ / /_/ /_____/ /_/ /_/ / / (__ ) /__/ /_/ / / __/_____/ /> </ /__
\__,_/\__,_/\__,_/ \__/\__,_/_/_/____/\___/\__,_/_/\___/ /_/_/|_|\___/
+6
View File
@@ -0,0 +1,6 @@
____ __ __ __
____ _/ / / / /____ ____ ___ ____ / /___ _/ /____ _____
/ __ `/ / /_____/ __/ _ \/ __ `__ \/ __ \/ / __ `/ __/ _ \/ ___/
/ /_/ / / /_____/ /_/ __/ / / / / / /_/ / / /_/ / /_/ __(__ )
\__,_/_/_/ \__/\___/_/ /_/ /_/ .___/_/\__,_/\__/\___/____/
/_/
+6
View File
@@ -0,0 +1,6 @@
_ __ __ __ __
/ | / /__ / /_____/ /___ _/ /_____ _
/ |/ / _ \/ __/ __ / __ `/ __/ __ `/
/ /| / __/ /_/ /_/ / /_/ / /_/ /_/ /
/_/ |_/\___/\__/\__,_/\__,_/\__/\__,_/
+6
View File
@@ -0,0 +1,6 @@
____ __ _____ ____ _ __
/ __ \/ / / / _ \/ __ \ | / /
/ /_/ / /_/ / __/ / / / |/ /
/ .___/\__, /\___/_/ /_/|___/
/_/ /____/
+6
View File
@@ -0,0 +1,6 @@
_ __ __ _
| | / /__ / /_ ____ ___ (_)___
| | /| / / _ \/ __ \/ __ `__ \/ / __ \
| |/ |/ / __/ /_/ / / / / / / / / / /
|__/|__/\___/_.___/_/ /_/ /_/_/_/ /_/
+1 -1
View File
@@ -402,7 +402,7 @@ function advanced_settings() {
fi
if CPU_TYPE1=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "CPU MODEL" --radiolist "Choose CPU Model" --cancel-button Exit-Script 10 58 2 \
"KVM64" "Default safe for migration/compatibility" ON \
"KVM64" "Default - safe for migration/compatibility" ON \
"Host" "Use host CPU features (faster, no migration)" OFF \
3>&1 1>&2 2>&3); then
case "$CPU_TYPE1" in