Replace numbered build scripts with updated ones
This commit is contained in:
11
build/scripts/firefox.sh
Normal file
11
build/scripts/firefox.sh
Normal 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
|
||||
Reference in New Issue
Block a user