diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-06-13 21:30:45 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-06-13 21:30:45 +0200 |
| commit | c98991ada4906ae573fa2d9830fc1f41f9059c68 (patch) | |
| tree | e8a8ab597994d75ccab18786b2b88b6a0613322b /scripts/setup-config-alpine | |
| parent | 76c9d0aaa9bb734ad1ef32c1cd6a56461210010a (diff) | |
| download | config-c98991ada4906ae573fa2d9830fc1f41f9059c68.tar.gz config-c98991ada4906ae573fa2d9830fc1f41f9059c68.zip | |
Add cups to config
Diffstat (limited to 'scripts/setup-config-alpine')
| -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 |
