From e82fdc7e03ad7a4b46ec73d7ca51e98b2b001041 Mon Sep 17 00:00:00 2001 From: Will Budic Date: Mon, 16 Feb 2026 13:53:55 +1100 Subject: [PATCH] =?utf8?q?Activates=20of=20Will=20Budi=C4=87=20specific=20?= =?utf8?q?hotspot=20on=20the=20wifi=20card.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- hotspot_activate.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hotspot_activate.sh b/hotspot_activate.sh index 58d6250..901a38d 100755 --- a/hotspot_activate.sh +++ b/hotspot_activate.sh @@ -3,7 +3,7 @@ ### # Activates of Will Budić specific hotspot on the wifi card. # -# Requirements: sdo apt install libgdal-dev, nmcli, vnstat +# Requirements: sudo apt install libgdal-dev, nmcli, vnstat # sudo systemctl enable vnstat # sudo systemctl start vnstat ### @@ -24,3 +24,4 @@ nmcli con up Hotspot nmcli -p -f general,wifi-properties device show wlp0s20f3 vnstat -tr -l wlp0s20f3 + -- 2.34.1