5
0
Fork 0
mirror of https://codeberg.org/B3rtl/Ubuntu-Setup-Skripte synced 2025-06-28 19:36:09 +02:00

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

View file

@ -114,7 +114,7 @@ echo "\
e "Starte initiales Setup für Rechner mit frisch installiertem '${script_distro}' …" e "Starte initiales Setup für Rechner mit frisch installiertem '${script_distro}' …"
# Use APT proxy if available. # Use APT proxy if available.
ping -c 1 apt-proxy ping -c 1 apt-proxy > /dev/nul 2>&1
if [ "$?" -eq "0" ]; then if [ "$?" -eq "0" ]; then
e "Nutze APT-Proxy." e "Nutze APT-Proxy."
echo 'Acquire::https::Proxy "http://apt-proxy:3142";' > /etc/apt/apt.conf.d/01aptproxy echo 'Acquire::https::Proxy "http://apt-proxy:3142";' > /etc/apt/apt.conf.d/01aptproxy