Skip to content

Commit

Permalink
something wrong with audio... idk what
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 19, 2025
1 parent ab1c529 commit 1430a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_raspOVOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ echo "The UID for '$USER' is: $TUID"
echo "Updating base system..."
apt-get update
# NOTE: zram and mpd need to be installed here otherwise the cmd will hang prompting user about replacing files from overlays
apt-get install -y --no-install-recommends jq git unzip curl build-essential fake-hwclock userconf-pi swig python3-dev python3-pip fbi libasound2-dev mosh systemd-zram-generator mpd
apt-get install -y --no-install-recommends jq git unzip curl build-essential fake-hwclock userconf-pi fbi mosh systemd-zram-generator mpd pipewire pipewire-alsa alsa-utils pulseaudio-utils

# Copy raspOVOS overlay to the system.
echo "Copying raspOVOS overlay..."
Expand All @@ -114,7 +114,7 @@ chmod +x /usr/local/bin/ovos*

# NOTE: upmpdcli will only work after the overlays due to trusted keys being added there
echo "Installing extra system packages..."
apt-get install -y --no-install-recommends libssl-dev libfann-dev portaudio19-dev libpulse-dev dirmngr python3-libcamera python3-kms++ libcap-dev kdeconnect mpv pipewire pipewire-pulse pipewire-alsa alsa-utils pulseaudio-utils i2c-tools
apt-get install -y --no-install-recommends swig python3-dev python3-pip libssl-dev libfann-dev portaudio19-dev libpulse-dev libasound2-dev dirmngr python3-libcamera python3-kms++ libcap-dev kdeconnect mpv i2c-tools

# Install dependencies for system OVOS and related tools.
echo "Installing uv and sdnotify..."
Expand Down

0 comments on commit 1430a00

Please sign in to comment.