Update linux_mint.sh

- get rid off output that is sent usually to stdout and stderr
This commit is contained in:
Mac 2023-08-06 00:45:01 +02:00
parent 4e02be504e
commit 7749e65d55
1 changed files with 1 additions and 1 deletions

View File

@ -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