Add bluetooth configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
5ce45cf0dc
commit
def99d5d00
2 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue