From 510cff91c749bb9fb0a4815041acc985ede21631 Mon Sep 17 00:00:00 2001 From: gurudefy <63484481+gurudefy@users.noreply.github.com> Date: Sat, 11 Apr 2020 08:26:02 +0530 Subject: [PATCH] Create Install.sh --- Install.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Install.sh diff --git a/Install.sh b/Install.sh new file mode 100644 index 0000000..1a35b9c --- /dev/null +++ b/Install.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +TOKEN=$s8PnX13jItikQYLnaX1FesvdE + +mkdir -p /opt/cylance/ +cd /opt/cylance/ +touch config_defaults.txt +echo InstallToken=$TOKEN > config_defaults.txt + +cp (local CylancePROTECT.el7.rpm CylancePROTECTUI.el7.rpm) move to server /tmp + +yum clean all + +yum makecache fast + +yum -y install CylancePROTECT.el7.rpm CylancePROTECTUI.el7.rpm + + +