Skip to content

Commit 292aac9

Browse files
committed
Add wget
1 parent 1957720 commit 292aac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ -f /etc/os-release ]; then
1313
fi
1414
current_dir="$PWD"
1515
echo $DISTRO > .distro_zab.txt
16-
apt update; apt install sudo -y
16+
apt update; apt install sudo wget -y
1717
# CloudStack build will create *.deb packages
1818
bash /tmp/linux-on-ibm-z-scripts/CloudStack/${version}/build_cloudstack.sh -y
1919
tar cvfz cloudstack-${version}-linux-s390x.tar.gz *.deb

0 commit comments

Comments
 (0)