updated scripts

This commit is contained in:
2023-09-07 13:47:43 -05:00
parent 5f107f0910
commit a9a95ab02d
4 changed files with 11 additions and 2 deletions

View File

@@ -43,6 +43,9 @@ if [[ -f /etc/apt/sources.list.d/debian.sources ]]
fi
fi
# remove os prober
apt-get remove os-prober -y
# update and upgrade
apt-get update
apt-get upgrade -y

View File

@@ -13,7 +13,7 @@ apt-get update
apt-get upgrade -y
# download and install packages
apt-get install -y 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
apt-get install -y 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
# set input preferences
if [[ ! -f /etc/inputrc.bak ]] ; then

View File

@@ -8,12 +8,15 @@ if [[ ! -f /etc/apt/apt.conf.d/local ]] ; then
echo "}" >> /etc/apt/apt.conf.d/local
fi
# remove os prober
apt-get remove os-prober -y
# update and upgrade
apt-get update
apt-get upgrade -y
# download and install packages
apt-get install -y 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
apt-get install -y 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
# update templates
pveam update

View File

@@ -11,6 +11,9 @@ if [[ ! -f /etc/needrestart/conf.d/no-prompt.conf ]] ; then
echo "\$nrconf{restart} = 'a';" >> /etc/needrestart/conf.d/no-prompt.conf
fi
# remove os prober
apt-get remove os-prober -y
# update and upgrade
apt-get update
apt-get upgrade -y