From f16bdecfc78dca8019530b80da94a8a54d2f1d77 Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 10 May 2024 13:29:52 -0500 Subject: [PATCH] updated apt-get upgrade to dist-upgrade --- proxmox/proxmox-pbs-essentials.sh | 2 +- proxmox/proxmox-pve-essentials.sh | 2 +- proxmox/proxmox-pve-pbs-essentials-scott.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/proxmox/proxmox-pbs-essentials.sh b/proxmox/proxmox-pbs-essentials.sh index e0785a4..72613ad 100755 --- a/proxmox/proxmox-pbs-essentials.sh +++ b/proxmox/proxmox-pbs-essentials.sh @@ -10,7 +10,7 @@ fi # update and upgrade apt-get update -apt-get upgrade -y +apt-get dist-upgrade -y # download and install packages apt-get install -y hstr htop ncdu proxmox-backup sudo pwgen curl wget zip unzip git man-db cifs-utils nfs-common ntfs-3g parted libtalloc2 libwbclient0 net-tools gnupg apt-transport-https tmux gdisk bash-completion diff --git a/proxmox/proxmox-pve-essentials.sh b/proxmox/proxmox-pve-essentials.sh index 650949a..158e95a 100755 --- a/proxmox/proxmox-pve-essentials.sh +++ b/proxmox/proxmox-pve-essentials.sh @@ -13,7 +13,7 @@ apt-get remove os-prober -y # update and upgrade apt-get update -apt-get upgrade -y +apt-get dist-upgrade -y # download and install packages apt-get install -y hstr htop ncdu proxmox-ve postfix open-iscsi sudo pwgen curl wget zip unzip git man-db cifs-utils nfs-common ntfs-3g parted libtalloc2 libwbclient0 net-tools gnupg apt-transport-https tmux gdisk bash-completion diff --git a/proxmox/proxmox-pve-pbs-essentials-scott.sh b/proxmox/proxmox-pve-pbs-essentials-scott.sh index a2a5877..63b5d59 100755 --- a/proxmox/proxmox-pve-pbs-essentials-scott.sh +++ b/proxmox/proxmox-pve-pbs-essentials-scott.sh @@ -13,7 +13,7 @@ apt-get remove os-prober -y # update and upgrade apt-get update -apt-get upgrade -y +apt-get dist-upgrade -y # download and install packages apt-get install -y hstr htop ncdu proxmox-ve postfix proxmox-backup open-iscsi sudo pwgen curl wget zip unzip git man-db cifs-utils nfs-common ntfs-3g parted libtalloc2 libwbclient0 net-tools gnupg apt-transport-https tmux gdisk bash-completion