Skip to content

Commit

Permalink
remove zip
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanXD committed May 26, 2024
1 parent c7d2892 commit f3a660d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions stage-honeypi/01-install-honeypi/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3a660d

Please sign in to comment.