updated apt-get upgrade to dist-upgrade

This commit is contained in:
2024-05-10 13:29:52 -05:00
parent e1a6ed264c
commit f16bdecfc7
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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