Replace numbered build scripts with updated ones

This commit is contained in:
2014-12-26 15:04:41 +01:00
parent 86776154c8
commit 4c35d6757c
21 changed files with 34 additions and 29 deletions

11
build/scripts/firefox.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -e
source /build/config
set -x
## Chrome dependencies
$minimal_apt_get_install firefox
## Pulseaudio script
echo "PULSE_SERVER=host firefox" > /opt/firefox
chmod +x /opt/firefox