Update post-pve-install.sh

This commit is contained in:
CanbiZ 2025-08-06 10:55:23 +02:00
parent 8b81ea3f31
commit 65fd5260ba

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) 2021-2025 tteck
# Author: tteckster
# Author: tteckster | MickLesk (CanbiZ)
# License: MIT
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
@ -98,7 +98,7 @@ main() {
start_routines_8() {
header_info
# === Bookworm/8.x: .list-Dateien ===
# === Bookworm/8.x: .list-Files ===
CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SOURCES" --menu "The package manager will use the correct sources to update and install packages on your Proxmox VE server.\n \nCorrect Proxmox VE sources?" 14 58 2 \
"yes" " " \
"no" " " 3>&2 2>&1 1>&3)