Skip to content

Commit

Permalink
remove install dnsmasq not necessary for NetworkManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotfirenet authored Sep 6, 2024
1 parent c365585 commit b4dcd3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/install_apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ sudo apt-get install -y cloud-guest-utils
echo 60 > ${PROGRESS_FILE}
sudo apt-get install -y ethtool
echo 70 > ${PROGRESS_FILE}
#sudo apt-get install -y hostapd wireless-tools wvdial
sudo apt-get install -y procps iproute2 dnsmasq iptables hostapd iw iwconfig haveged qrencode
sudo apt-get install -y procps iproute2 iptables hostapd iw iwconfig haveged qrencode
rm ${PROGRESS_FILE}
echo "Everything is successfully installed!"

0 comments on commit b4dcd3f

Please sign in to comment.