Compare commits

..

2 Commits

+2
View File
@@ -122,6 +122,7 @@ flatpak install -y flathub it.mijorus.gearlever &> /dev/null
# AppImage autoupdate # AppImage autoupdate
# Create the service unit # Create the service unit
echo "Creating Flatpak update task"
tee /etc/systemd/system/flatpak-update.service > /dev/null <<'EOF' tee /etc/systemd/system/flatpak-update.service > /dev/null <<'EOF'
[Unit] [Unit]
Description=Update Flatpak apps automatically Description=Update Flatpak apps automatically
@@ -152,6 +153,7 @@ systemctl daemon-reload &> /dev/null
systemctl enable --now flatpak-update.timer &> /dev/null systemctl enable --now flatpak-update.timer &> /dev/null
###Bit-perfect audio support ###Bit-perfect audio support
echo "Adding bitperfect audio support"
function bitperfect_audio { function bitperfect_audio {
###This will enable support for the following audio sample rates: ###This will enable support for the following audio sample rates:
###44100, 48000, 88200, 96000, 176400, 192000 ###44100, 48000, 88200, 96000, 176400, 192000