Add bluetooth configuration

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2021-05-27 22:00:00 +02:00
parent 5ce45cf0dc
commit def99d5d00
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 5 additions and 1 deletions

View file

@ -32,6 +32,7 @@ CONFIG_ETC_FILES=(
["/etc/locale.gen"]="755"
["/etc/locale.conf"]="655"
["/etc/sysctl.d/99-sysctl.conf"]="644"
["/etc/bluetooth/main.conf"]="644"
)
output::section "Copying /etc files"
@ -39,4 +40,4 @@ for file in "${!CONFIG_ETC_FILES[@]}"; do
output::log "Copying ${YELLOW}${file}${DEFAULT}"
sudo install -Dm "${CONFIG_ETC_FILES[${file}]}" "${SYSTEM_DIR}${file}" "${file}" |& output::debug
done
output::success "Successfully copied /etc files"
output::success "Successfully copied /etc files"