From 7749e65d558bce2f91c5a4dd242a6dd9465566aa Mon Sep 17 00:00:00 2001 From: Mac Date: Sun, 6 Aug 2023 00:45:01 +0200 Subject: [PATCH] Update linux_mint.sh - get rid off output that is sent usually to stdout and stderr --- mint/linux_mint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mint/linux_mint.sh b/mint/linux_mint.sh index be7a078..cecb4d2 100755 --- a/mint/linux_mint.sh +++ b/mint/linux_mint.sh @@ -114,7 +114,7 @@ echo "\ e "Starte initiales Setup für Rechner mit frisch installiertem '${script_distro}' …" # Use APT proxy if available. -ping -c 1 apt-proxy +ping -c 1 apt-proxy > /dev/nul 2>&1 if [ "$?" -eq "0" ]; then e "Nutze APT-Proxy." echo 'Acquire::https::Proxy "http://apt-proxy:3142";' > /etc/apt/apt.conf.d/01aptproxy