mirror of
https://github.com/cilynx/rtl88x2bu
synced 2025-08-22 02:01:55 +00:00
This commit removes all trailing whitespaces by a Bash oneliner: find -type f | grep -v '\.git' | xargs sed -i 's/\s\+$//'
4 lines
51 B
Plaintext
4 lines
51 B
Plaintext
#DHCP client
|
|
DEVICE=wlan0
|
|
BOOTPROTO=dhcp
|
|
ONBOOT=yes |