summaryrefslogtreecommitdiffstats
path: root/PCBSD/pc-sysinstall/components/opera/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'PCBSD/pc-sysinstall/components/opera/install.sh')
-rwxr-xr-xPCBSD/pc-sysinstall/components/opera/install.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/PCBSD/pc-sysinstall/components/opera/install.sh b/PCBSD/pc-sysinstall/components/opera/install.sh
new file mode 100755
index 0000000..c91674b
--- /dev/null
+++ b/PCBSD/pc-sysinstall/components/opera/install.sh
@@ -0,0 +1,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