Skip to content

Commit 4d4b4ec

Browse files
updated busybox;
1 parent ae495d0 commit 4d4b4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/redhat-8/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ microdnf remove -y make gcc openssl-devel bzip2-devel findutils glib2-devel glib
7878
microdnf clean all
7979

8080
# Install busybox direct from the multiarch since EPEL isn't available yet for redhat8
81-
BUSYBOX_URL=${BUSYBOX_URL:=https://busybox.net/downloads/binaries/1.35.0-`arch`-linux-musl/}
81+
BUSYBOX_URL=${BUSYBOX_URL:=https://busybox.net/downloads/binaries/1.35.0-`arch`-linux-musl/busybox}
8282
wget -O /bin/busybox ${BUSYBOX_URL}
8383
chmod +x /bin/busybox
8484

0 commit comments

Comments
 (0)