6 lines
139 B
Bash
Executable File
6 lines
139 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DEBIAN_FRONTEND=noninteractive apt-get -y install alsa-utils
|
|
usermod -a -G audio vagrant
|
|
usermod -a -G audio www-data
|