Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


yum_installer_bash_script_centos8s

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_centos8s [2022/05/10 14:23] juckinsyum_installer_bash_script_centos8s [2022/05/12 09:51] juckins
Line 1: Line 1:
-==== dnf installer bash script (CentOS 8 Stream) ====+==== dnf installer bash script (CentOS 8 Stream and Rocky Linux 8) ====
  
 <color #ed1c24>When you run the code below, ensure to redirect output and errors to a log file.</color> <color #ed1c24>When you run the code below, ensure to redirect output and errors to a log file.</color>
  
-Before using, ensure /etc/dnf/dnf.conf is set to **use the fastest mirror**, with a fix in [[virtualbox_for_centos_stream_notes|Virtual Box running CentOS8 Stream]]+Before using, ensure /etc/dnf/dnf.conf is set to **use the fastest mirror**, with a fix noted in [[virtualbox_for_centos_stream_notes|Virtual Box running CentOS8 Stream]]
  
 <code> <code>
Line 9: Line 9:
 # #
 # install-my-dnf-packages.bash # install-my-dnf-packages.bash
-# CentOS 8 Stream version+# CentOS 8 Stream / Rocky Linux 8 version
 # #
 # NOTES: # NOTES:
Line 24: Line 24:
 echo "" echo ""
 echo "*****************************************************************" echo "*****************************************************************"
-echo "                    CentOS 8 Updates                          *"+echo "                    Beginning all Updates                     *"
 echo "*****************************************************************" echo "*****************************************************************"
  
-echo "" + 
-echo "dnf config-manager --set-enabled PowerTools" +echo "*****************************************************************
-dnf config-manager --set-enabled PowerTools+echo "*                         PowerTools                            *" 
 +echo "*****************************************************************" 
 +dnf install dnf-plugins-core 
 +dnf config-manager --set-enabled powertools 
  
 echo "" echo ""
yum_installer_bash_script_centos8s.txt · Last modified: 2022/06/04 10:31 by juckins