summaryrefslogtreecommitdiffstats
path: root/PCBSD/pc-sysinstall/components/firefox/install.sh
blob: a94517d541c8ce9188821fb278b538e49bfb3968 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# This script installs the PBI

DISPLAY=""; export DISPLAY

echo "Installing Firefox PBI"
chmod 755 ${COMPTMPDIR}/${CFILE}
${COMPTMPDIR}/${CFILE} -text -accept
OpenPOWER on IntegriCloud