Added a few moe echos for better status updates

This commit is contained in:
2026-07-03 09:19:51 +02:00
parent 32984a72e2
commit e005544608
+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