Skip to content

Commit

Permalink
fix: xe url
Browse files Browse the repository at this point in the history
  • Loading branch information
NINNiT committed Sep 20, 2024
1 parent d2bdd1a commit 9d66f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/xe/extract_xe_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
START_DIR=${PWD}

mkdir -p /tmp/xapi-xe
curl -Lo /tmp/xapi-xe/xe.rpm https://koji.xcp-ng.org/kojifiles/packages/xapi/23.31.0/1.6.0.xen417.0.xcpng8.3/x86_64/xapi-xe-23.31.0-1.6.0.xen417.0.xcpng8.3.x86_64.rpm
curl -Lo /tmp/xapi-xe/xe.rpm https://koji.xcp-ng.org/kojifiles/packages/xapi/23.31.0/1.7.xcpng8.3/x86_64/xapi-xe-23.31.0-1.7.xcpng8.3.x86_64.rpm

# extract rpm
cd /tmp/xapi-xe || exit
Expand Down

0 comments on commit 9d66f38

Please sign in to comment.