We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1957720 commit 292aac9Copy full SHA for 292aac9
1 file changed
src/build.sh
@@ -13,7 +13,7 @@ if [ -f /etc/os-release ]; then
13
fi
14
current_dir="$PWD"
15
echo $DISTRO > .distro_zab.txt
16
-apt update; apt install sudo -y
+apt update; apt install sudo wget -y
17
# CloudStack build will create *.deb packages
18
bash /tmp/linux-on-ibm-z-scripts/CloudStack/${version}/build_cloudstack.sh -y
19
tar cvfz cloudstack-${version}-linux-s390x.tar.gz *.deb
0 commit comments