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 revision
Previous revision
Next revisionBoth sides next revision
yum_installer_bash_script_centos8 [2021/08/03 09:51] juckinsyum_installer_bash_script_centos8 [2021/11/16 09:23] juckins
Line 211: Line 211:
 echo "installing perl-Tie-IxHash" echo "installing perl-Tie-IxHash"
 dnf -y install perl-Tie-IxHash dnf -y install perl-Tie-IxHash
 +
 +echo ""
 +echo "installing perl-Try-Tiny"
 +dnf -y install perl-Try-Tiny
  
 echo "" echo ""
Line 287: Line 291:
  
 echo "" echo ""
-echo "install alpine"+echo "installing alpine"
 dnf -y install alpine dnf -y install alpine
  
Line 299: 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