Skip to content

Commit

Permalink
Follow up stream8 fix
Browse files Browse the repository at this point in the history
Follow up on commit 8452cb9.

Signed-off-by: Liran Rotenberg <[email protected]>
  • Loading branch information
liranr23 authored and ahadas committed Jun 19, 2024
1 parent 28f91aa commit e2dff4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virt-v2v/warm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ container_run_and_extract(
name = "appliance",
commands = [
"set -x",
"sed -i 's|^#baseurl=http://mirror.centos.org/\\(.*\\)$|baseurl=http://vault.centos.org/\001|' /etc/yum.repos.d/*",
"sed -i 's|^#baseurl=http://mirror.centos.org/\\(.*\\)$|baseurl=http://vault.centos.org/\\1|' /etc/yum.repos.d/*",
"dnf -y update",
"dnf -y install libguestfs-devel libguestfs-appliance libguestfs-xfs libguestfs-winsupport supermin",
"depmod \\$(ls /lib/modules/ |tail -n1)",
Expand Down

0 comments on commit e2dff4d

Please sign in to comment.