Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


yum_installer_bash_script_centos7

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
yum_installer_bash_script_centos7 [2020/05/16 16:18] juckinsyum_installer_bash_script_centos7 [2020/10/08 08:27] juckins
Line 430: Line 430:
 echo "alsa-plugins-pulseaudio" echo "alsa-plugins-pulseaudio"
 yum -y install alsa-plugins-pulseaudio yum -y install alsa-plugins-pulseaudio
 +
 +# Postfix
 +echo "postfix"
 +yum -y install postfix
 +systemctl enable postfix ; systemctl start postfix
  
 echo "" echo ""
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins