updated scripts
This commit is contained in:
3
debian/debian-essentials.sh
vendored
3
debian/debian-essentials.sh
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user