Skip to content

Commit

Permalink
Merge pull request #848 from maorfr/gcp-mkdir-exists
Browse files Browse the repository at this point in the history
cloud gcp mkdir handle existing directory
  • Loading branch information
sallyom authored Jan 28, 2025
2 parents 11fc246 + 6eef634 commit 31875d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions training/cloud/gcp/cloud-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ mv /etc/selinux.tmp /etc/selinux
# rm /tmp/add-google-cloud-ops-agent-repo.sh

# rpm-state is needed to remove microcode_ctl
mkdir /var/lib/rpm-state
mkdir -p /var/lib/rpm-state
dnf remove -y \
irqbalance \
microcode_ctl
rmdir /var/lib/rpm-state

rm -f /etc/yum.repos.d/google-cloud.repo

Expand Down

0 comments on commit 31875d3

Please sign in to comment.