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