Skip to content

Commit

Permalink
"yum config-manager" to "yum-config-manager"
Browse files Browse the repository at this point in the history
Signed-off-by: rajdeep1008 <[email protected]>
  • Loading branch information
singhsegv committed Sep 24, 2024
1 parent 596f30d commit 83b23ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -584,11 +584,11 @@ do_install() {
$sh_c "dnf makecache"
else
$sh_c "yum -y -q install yum-utils"
$sh_c "yum config-manager --add-repo $repo_file_url"
$sh_c "yum-config-manager --add-repo $repo_file_url"

if [ "$CHANNEL" != "stable" ]; then
$sh_c "yum config-manager --disable \"docker-ce-*\""
$sh_c "yum config-manager --enable \"docker-ce-$CHANNEL\""
$sh_c "yum-config-manager --disable \"docker-ce-*\""
$sh_c "yum-config-manager --enable \"docker-ce-$CHANNEL\""
fi
$sh_c "yum makecache"
fi
Expand Down

1 comment on commit 83b23ce

@tanpenggood
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It took 20 days to be discovered!

Please sign in to comment.