pmaports/device/testing/device-jolla-sbj/device-jolla-sbj.post-install
2021-05-19 10:37:17 +02:00

4 lines
123 B
Bash

#!/bin/sh
# Enable openrc service to load wlan module for wifi functionality
rc-update add load-wlan-module default
exit 0