Skip to content

Commit

Permalink
Add unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Jan 29, 2024
1 parent 82ec9df commit 0fe572a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions network_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ sudo bash -c 'echo "nameserver 8.8.8.8" > /etc/resolv.conf'
MY_ARCH=$(arch)
if [[ $MY_ARCH == "armv7l" ]]; then MY_ARCH="armv7hf"; fi
wget https://github.com/balena-os/wifi-connect/releases/download/v4.11.1/wifi-connect-v4.11.1-linux-"$(echo "$MY_ARCH")".zip
unzip -h || sudo apt install -y unzip
unzip wifi-connect*
sudo mv wifi-connect /usr/local/sbin
rm wifi-connect*
Expand Down

0 comments on commit 0fe572a

Please sign in to comment.