1
0
Fork 0

bugfix, new packages

This commit is contained in:
Luca Bilke 2024-01-02 20:59:25 +01:00
parent ba288d3f4a
commit ca974a5b6c
5 changed files with 9 additions and 2 deletions

View File

@ -70,7 +70,7 @@ check_root() {
setup() {
tput sc
info "Synchronizing XBPS index..."
xbps-install -Syu >/dev/null 2>&1 || error "Failed to synchronize XBPS index!"
xbps-install -Sy >/dev/null 2>&1 || error "Failed to synchronize XBPS index!"
tput rc
tput el
@ -107,7 +107,7 @@ install_packages() {
install_files() {
(
cd "${SCRIPT_DIR}/files" || exit 1
find . -type f -exec install -Dm 644 "{}" "/{}" \;
find . -type f,l -exec install -Dm 644 "{}" "/{}" \;
)
info "Done!"
}

View File

@ -0,0 +1 @@
/usr/share/examples/wireplumber/10-wireplumber.conf

View File

@ -0,0 +1 @@
/usr/share/examples/pipewire/20-pipewire-pulse.conf

View File

@ -60,3 +60,6 @@ NetworkManager
bind-utils
cronie
syncthing
blueman
bluez
libspa-bluetooth

View File

@ -2,3 +2,5 @@ dhcpcd
dbus
NetworkManager
elogind
crond
bluetoothd