Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


yum_installer_bash_script_centos8

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_centos8 [2021/10/28 10:54] juckinsyum_installer_bash_script_centos8 [2021/11/16 09:23] juckins
Line 291: Line 291:
  
 echo "" echo ""
-echo "install alpine"+echo "installing alpine"
 dnf -y install alpine dnf -y install alpine
  
Line 303: Line 303:
  
 echo "" echo ""
-echo "ncdu"+echo "installing ncdu"
 dnf -y install ncdu dnf -y install ncdu
  
 +echo ""
 +echo "installing ntpstat"
 +dnf -y install ntpstat
  
 echo "" echo ""
yum_installer_bash_script_centos8.txt · Last modified: 2022/12/07 13:24 by juckins