Skip to content

Commit

Permalink
iansdo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolojedison committed Feb 7, 2018
1 parent 3630230 commit efa69ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nukem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,10 @@ echo "Fixing repos..."
yes | cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
yes | cp base.repo /etc/yum.repos.d/CentOS-Base.repo
yes | cp rsyslog.repo /etc/yum.repos.d/rsyslog.repo
yes | rm -f /var/cache/yum/timedhosts.txt
yes | rm -rf rpmforge.repo
yes | rm -rf mirrors-rpmforge*
yes | rm -f /var/cache/yum/timedhosts.txt
rm -f /var/cache/yum/timedhosts.txt
rm -rf rpmforge.repo
rm -rf mirrors-rpmforge*
rm -f /var/cache/yum/timedhosts.txt
yum clean metadata
yum clean all
yum makecache
Expand Down

0 comments on commit efa69ca

Please sign in to comment.