Push old repo

This commit is contained in:
sm_moshi
2024-03-11 14:27:11 +01:00
parent 365ac992bc
commit 91de56d6b6
6 changed files with 330 additions and 0 deletions

View 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

View 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>