92e43e8324
These will be included in a new postmarketos-base-ui package
5 lines
56 B
Bash
5 lines
56 B
Bash
#!/bin/sh -e
|
|
|
|
rc-update -q add nftables default
|
|
|
|
exit 0
|