5 lines
62 B
Bash
5 lines
62 B
Bash
#!/bin/bash
|
|
systemctl enable hostapd
|
|
systemctl start hostapd
|
|
|
#!/bin/bash
|
|
systemctl enable hostapd
|
|
systemctl start hostapd
|
|
|