bugfix, new packages
This commit is contained in:
parent
ba288d3f4a
commit
ca974a5b6c
|
@ -70,7 +70,7 @@ check_root() {
|
||||||
setup() {
|
setup() {
|
||||||
tput sc
|
tput sc
|
||||||
info "Synchronizing XBPS index..."
|
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 rc
|
||||||
tput el
|
tput el
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ install_packages() {
|
||||||
install_files() {
|
install_files() {
|
||||||
(
|
(
|
||||||
cd "${SCRIPT_DIR}/files" || exit 1
|
cd "${SCRIPT_DIR}/files" || exit 1
|
||||||
find . -type f -exec install -Dm 644 "{}" "/{}" \;
|
find . -type f,l -exec install -Dm 644 "{}" "/{}" \;
|
||||||
)
|
)
|
||||||
info "Done!"
|
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
|
bind-utils
|
||||||
cronie
|
cronie
|
||||||
syncthing
|
syncthing
|
||||||
|
blueman
|
||||||
|
bluez
|
||||||
|
libspa-bluetooth
|
||||||
|
|
|
@ -2,3 +2,5 @@ dhcpcd
|
||||||
dbus
|
dbus
|
||||||
NetworkManager
|
NetworkManager
|
||||||
elogind
|
elogind
|
||||||
|
crond
|
||||||
|
bluetoothd
|
||||||
|
|
Reference in New Issue