bugfix, new packages
This commit is contained in:
parent
ba288d3f4a
commit
ca974a5b6c
|
@ -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!"
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
/usr/share/examples/wireplumber/10-wireplumber.conf
|
|
@ -0,0 +1 @@
|
|||
/usr/share/examples/pipewire/20-pipewire-pulse.conf
|
|
@ -60,3 +60,6 @@ NetworkManager
|
|||
bind-utils
|
||||
cronie
|
||||
syncthing
|
||||
blueman
|
||||
bluez
|
||||
libspa-bluetooth
|
||||
|
|
|
@ -2,3 +2,5 @@ dhcpcd
|
|||
dbus
|
||||
NetworkManager
|
||||
elogind
|
||||
crond
|
||||
bluetoothd
|
||||
|
|
Loading…
Reference in New Issue