This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos Anti-Virus for Linux command line option to use free version

Hello,

which option can I use to select the free version of the Sophos Anti-Virus tool?

I try to install it via Puppet with parameters to have an unattended install.
I use the following command line.

bash install.sh --automatic --acceptlicence --autostart=True --enableOnBoot=True --live-protection=False --update-source-type=s /opt/sophos-av

After install via puppet can not use the update function due to missing credentials, which are automatically provided when I choose the free version via interactive install.


 

sudo /opt/sophos-av/bin/savupdate
Sophos Anti-Virus is not configured to update




But I miss the option to choose the free version.


 

install.sh: Install Sophos Anti-Virus
Usage: ./install.sh [INSTALL-DIRECTORY] [OPTION] ...
OPTION:
  --help                             Display this help information
  --automatic                        Perform an automatic installation, using
                                       default or command-line options
  --acceptlicence                    Automatically accept the licence
  --autostart[=False]                Start the Sophos Anti-Virus daemons
                                       after the installation [Do not start
                                       them]
  --enableOnBoot[=False]             Start the Sophos Anti-Virus daemons
                                       on system boot [Do not start them]
  --ignore-existing-installation     Ignore any existing installation
  --live-protection[=True]           Perform in-the-cloud lookup for
                                       suspicious files
  --preferFanotify[=False]           Specify Fanotify as on-access scanning
                                       interception method
  --SavWebUsername=USERNAME          Username for accessing Sophos Anti-Virus GUI
  --SavWebPassword=PASSWORD          Password for accessing Sophos Anti-Virus GUI
  --update-source-type=TYPE          Set the type of updates:
                                       TYPE=s Direct from Sophos
                                       TYPE=o From your own server
                                       TYPE=n Disable auto-updating
  --update-source-path=ADDRESS       Enable auto-updating from specified
                                       address
  --update-source-username=USERNAME  Username for accessing update source
  --update-source-password=PASSWORD  Password for accessing update source
  --update-all-distros[=False]       Download ALL files from update source rather
                                       than just those required locally
  --update-cache-path=DIRECTORY      Directory for local update cache
  --update-period=HOURS              Update interval in hours
  --update-proxy-address=URL         Address for HTTP proxy


 

 

Is there any option?

PS: I want the GUI back. ;P

Cheers



This thread was automatically locked due to age.
  • I can acknowledge this. The following command is working fine when you want an unattended installation with (free) updates via Sophos.

    cd /opt/sophos-av-src && bash install.sh --automatic --acceptlicence --autostart=True --enableOnBoot=True --live-protection=False --update-free=True /opt/sophos-av