#10 Updated setup
Some checks failed
DRB Build Tests / drb_test_setup (push) Failing after 2m34s
DRB Build Tests / drb_build_and_test (push) Successful in 47s

- Re-formatted apt deps. for readability with many packages
- Added libasound-dev to try and build pyaudio
This commit is contained in:
Logan Cusano
2024-04-21 15:06:59 -04:00
parent d0c2fcc8eb
commit 7b21d4601f

View File

@@ -102,7 +102,18 @@ apt upgrade -y
# Install the necessary packages
echo "Installing dependencies..."
apt install -y nodejs portaudio19-dev libportaudio2 libpulse-dev pulseaudio apulse git ffmpeg git python3 python3-pip
apt install -y \
nodejs \
libasound-dev \
portaudio19-dev \
libportaudio2 \
libpulse-dev \
pulseaudio \
apulse \
git \
ffmpeg \
python3 \
python3-pip
echo "Setting up Pulse Audio"