Files
docker-deployment/build/scripts/pulseaudio.sh

10 lines
170 B
Bash

#!/bin/bash
set -e
source /build/config
set -x
## Pulseaudio
$minimal_apt_get_install pulseaudio
## Setup environment
sed -i "1iexport PULSE_SERVER=host" /root/.profile