#!/bin/bash # Launch security audit reports for NextcloudPi # # Copyleft 2017 by Ignacio Nunez Hernanz # GPL licensed (see end of file) * Use at your own risk! # # More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/ # install() { apt-get update DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ lynis debsecan debian-goodies debsums cp /etc/lynis/default.prf /etc/lynis/ncp.prf cat >> /etc/lynis/ncp.prf <