Push old repo
This commit is contained in:
13
SophosInstall/Deployment Tools/Install Sophos Script.txt
Executable file
13
SophosInstall/Deployment Tools/Install Sophos Script.txt
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
SOPHOS_DIR=$(mktemp -d -t Sophos_Install)
|
||||
trap 'rm -rf ${SOPHOS_DIR}' EXIT
|
||||
cd $SOPHOS_DIR
|
||||
|
||||
# Installing Sophos
|
||||
curl -L -O "put installer URL in these quotes."
|
||||
unzip SophosInstall.zip
|
||||
chmod a+x $SOPHOS_DIR/Sophos\ Installer.app/Contents/MacOS/Sophos\ Installer
|
||||
chmod a+x $SOPHOS_DIR/Sophos\ Installer.app/Contents/MacOS/tools/com.sophos.bootstrap.helper
|
||||
$SOPHOS_DIR/Sophos\ Installer.app/Contents/MacOS/Sophos\ Installer --quiet
|
||||
rm -rf $SOPHOS_DIR
|
||||
exit 0
|
||||
3
SophosInstall/Sophos Installer Components/SophosCloudConfig.plist
Executable file
3
SophosInstall/Sophos Installer Components/SophosCloudConfig.plist
Executable file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0"><dict><key>RegistrationServerURL</key><string>https://mcs2-cloudstation-eu-central-1.prod.hydra.sophos.com/sophos/management/ep</string><key>CustomerId</key><string>1fa65763-ab79-44ae-b815-93c70b765ecc</string><key>TenantId</key><string>f16a7536-ba97-44ea-8b51-397cb067e5cc</string><key>RegistrationToken</key><string>51c03641d0a91178f6010ed3339cc0c55d6619857a949cfc068b88e39f65dbc6</string><key>CustomerToken</key><string>51a6ab29-6d76-43f1-aa38-e1231fadbbad</string><key>Products</key><string>intercept,antivirus</string><key>ProductType</key><string>business</string><key>GeneratedAt</key><string>2023-12-07T11:08:42Z</string><key>DciFileName</key><string>41aea06e7cf0d70e17fc260874fb911c</string><key>DesiredFeatures</key><string>APPCNTRL, AV, CLEAN, CORE, DLP, DVCCNTRL, EFW, HBT, NTP, SAV, SDU, WEBCNTRL, XPD</string></dict></plist>
|
||||
Reference in New Issue
Block a user