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:
parent
4e02be504e
commit
7749e65d55
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue