From f5953f9bcaa1f27d7fcfbbdce96e04e98f5f9a41 Mon Sep 17 00:00:00 2001 From: Thomas de Roo Date: Thu, 21 Sep 2023 16:54:36 +0200 Subject: [PATCH] beetje meer silent --- DebianTweaks.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DebianTweaks.sh b/DebianTweaks.sh index a85a767..e4a1e9d 100755 --- a/DebianTweaks.sh +++ b/DebianTweaks.sh @@ -48,7 +48,7 @@ extend serial '/bin/cat /sys/devices/virtual/dmi/id/product_serial' #extend serial '/bin/cat /sys/firmware/devicetree/base/serial-number' EOF -curl -o /usr/bin/distro https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/distro +curl -s -o /usr/bin/distro https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/distro chmod a+x /usr/bin/distro echo @reboot root chmod 444 /sys/devices/virtual/dmi/id/product_serial >> /etc/crontab chmod 444 /sys/devices/virtual/dmi/id/product_serial @@ -88,7 +88,7 @@ ln -s /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d/ echo "--------------------" echo osquery mkdir -p /etc/apt/keyrings -curl -L https://pkg.osquery.io/deb/pubkey.gpg | sudo tee /etc/apt/keyrings/osquery.asc +curl -s -L https://pkg.osquery.io/deb/pubkey.gpg | sudo tee /etc/apt/keyrings/osquery.asc cat >> /etc/apt/sources.list.d/osquery.list << "EOF" deb [arch=amd64 signed-by=/etc/apt/keyrings/osquery.asc] https://pkg.osquery.io/deb deb main EOF