Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 18, 2025
1 parent 20ce798 commit 0d407e1
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 @@ -102,7 +102,7 @@ echo "The UID for '$USER' is: $TUID"
# Installs required packages and purges unnecessary ones.
echo "Updating base system..."
apt-get update
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
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

# Copy raspOVOS overlay to the system.
echo "Copying raspOVOS overlay..."
Expand All @@ -113,7 +113,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 mpd pipewire pipewire-alsa alsa-utils pulseaudio-utils i2c-tools
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-alsa alsa-utils pulseaudio-utils i2c-tools

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

0 comments on commit 0d407e1

Please sign in to comment.