Add more whiptail menus

This commit is contained in:
Mike Reeves
2022-04-11 14:51:17 -04:00
parent 0b2745b342
commit f9633e7287
3 changed files with 51 additions and 8 deletions

View File

@@ -147,7 +147,6 @@ analyst_salt_local() {
# Install salt
logCmd "yum -y install salt-minion-3004.1 httpd-tools python3 python36-docker python36-dateutil python36-m2crypto python36-mysql python36-packaging python36-lxml yum-utils device-mapper-persistent-data lvm2 openssl jq"
logCmd "yum -y update --exclude=salt*"
logCmd "systemctl enable salt-minion"
salt-call state.apply workstation --local --file-root=../salt/ -l info 2>&1 | tee -a outfile
echo "Whiptail to reboot here"