From 360d8c11d9a15a245c6573e7f99f1db60bc3b335 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 14 Jul 2026 23:41:02 +0200 Subject: [PATCH] feat: Add support for audio in noVNC (#1852) --- src/entry.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entry.sh b/src/entry.sh index 4a31ce4..c443046 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -17,6 +17,7 @@ cd /run . install.sh # Run installation . disk.sh # Initialize disks . display.sh # Initialize graphics +. audio.sh # Initialize audio . network.sh # Initialize network . samba.sh # Configure samba . boot.sh # Configure boot