download.sh 151 B

1234
  1. #!/bin/sh -e
  2. # download syslog-ng-core from apt-get
  3. LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends syslog-ng-core