Update linux_mint.sh

- fixed typo
This commit is contained in:
Mac 2023-08-06 20:58:39 +02:00
parent 7749e65d55
commit dd5a01bca3
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 > /dev/nul 2>&1
ping -c 1 apt-proxy > /dev/null 2>&1
if [ "$?" -eq "0" ]; then
e "Nutze APT-Proxy."
echo 'Acquire::https::Proxy "http://apt-proxy:3142";' > /etc/apt/apt.conf.d/01aptproxy