10 lines
167 B
Bash
10 lines
167 B
Bash
#!/bin/bash
|
|
set -e
|
|
source /build/config
|
|
set -x
|
|
|
|
## Pulseaudio
|
|
apt_install_permanent pulseaudio
|
|
|
|
## Setup environment
|
|
sed -i "1iexport PULSE_SERVER=host" /root/.profile |