From f3a660d5b40568d017773a5df2ec4c36629ce54a Mon Sep 17 00:00:00 2001 From: Javan Rasokat <4342160+JavanXD@users.noreply.github.com> Date: Sun, 26 May 2024 13:19:42 +0200 Subject: [PATCH] remove zip --- stage-honeypi/01-install-honeypi/00-run.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stage-honeypi/01-install-honeypi/00-run.sh b/stage-honeypi/01-install-honeypi/00-run.sh index 34af998..dea32ff 100755 --- a/stage-honeypi/01-install-honeypi/00-run.sh +++ b/stage-honeypi/01-install-honeypi/00-run.sh @@ -187,11 +187,6 @@ install -m 644 files/hostapd.conf.tmpl "${ROOTFS_DIR}/etc/hostapd/hostapd.conf.t install -m 644 files/hostapd "${ROOTFS_DIR}/etc/default/hostapd" - -# Install unzip if missing -echo 'Installing unzip if missing' -apt-get -y update && apt-get -y install --no-install-recommends zip unzip - # Function to get the latest release from a GitHub repository get_latest_release() { local repo=$1