Skip to content

Commit

Permalink
Update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris committed Sep 17, 2024
1 parent 3510c7b commit da18f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/setup_wifi.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Add Wi-Fi AP configuration
nmcli connection add type wifi con-name "TestBoris" autoconnect yes wifi.mode ap wifi.ssid "Borisss" ipv4.method shared ipv6.method shared
nmcli connection add type wifi con-name "Hotspot" autoconnect yes wifi.mode ap wifi.ssid "Sjoelbak" ipv4.method shared ipv6.method shared
nmcli con up Hotspot


Expand Down

0 comments on commit da18f75

Please sign in to comment.