added nfs apps
This commit is contained in:
@@ -25,7 +25,7 @@ if [ -f /etc/debian_version ]; then
|
||||
# update the list of available packages
|
||||
apt update
|
||||
# install the packages
|
||||
apt install -y pbis-open sudo nano htop nload iperf3 iperf3 open-vm-tools unattended-upgrades unzip git
|
||||
apt install -y pbis-open sudo nano htop nload iperf3 iperf3 open-vm-tools unattended-upgrades unzip git nfs-common
|
||||
|
||||
all_distros
|
||||
|
||||
@@ -40,7 +40,7 @@ elif [ -f /etc/redhat-release ]; then
|
||||
# clean the yum cache
|
||||
yum clean all
|
||||
# install the packages
|
||||
yum install -y pbis-open sudo nano htop nload iperf3 bind-utils open-vm-tools yum-cron unzip
|
||||
yum install -y pbis-open sudo nano htop nload iperf3 bind-utils open-vm-tools yum-cron unzip nfs-utils
|
||||
|
||||
# modify yum-cron config to auto install security updates and enable/start the service
|
||||
sed --in-place "s/^update_cmd\ =\ default/update_cmd\ =\ security/" /etc/yum/yum-cron.conf
|
||||
|
||||
Reference in New Issue
Block a user