diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/setup-config-alpine | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/setup-config-alpine b/scripts/setup-config-alpine index a013dcb..414e5be 100755 --- a/scripts/setup-config-alpine +++ b/scripts/setup-config-alpine | |||
| @@ -124,6 +124,12 @@ doas rc-service --ifstarted wpa_supplicant stop | |||
| 124 | doas rc-service iwd start | 124 | doas rc-service iwd start |
| 125 | 125 | ||
| 126 | 126 | ||
| 127 | print_log "Setting up cups" | ||
| 128 | |||
| 129 | doas adduser sebastiano lpadmin | ||
| 130 | doas rc-update add cupsd | ||
| 131 | |||
| 132 | |||
| 127 | print_log "Setting up bluetooth (see https://wiki.alpinelinux.org/wiki/Bluetooth)" | 133 | print_log "Setting up bluetooth (see https://wiki.alpinelinux.org/wiki/Bluetooth)" |
| 128 | 134 | ||
| 129 | doas modprobe btusb | 135 | doas modprobe btusb |
