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

DISPLAY=""; export DISPLAY

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