From 39419f8603b00fdeb1bf3350aa267f8ce4f6b50a Mon Sep 17 00:00:00 2001 From: JOSHUA HATFIELD Date: Wed, 10 Apr 2024 17:34:41 -0500 Subject: [PATCH] Update main.sh --- input/main.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/input/main.sh b/input/main.sh index 3cd3262..3e80d4b 100755 --- a/input/main.sh +++ b/input/main.sh @@ -30,3 +30,5 @@ gcc -shared -fpic /input/disableselinux.c -o /output/libdisableselinux.so #grab a static version of busybox that we can use to set things up later apt-get -y install busybox-static cp /bin/busybox output/busybox + +