Hide confusing output from "tee --append"

This is used to just append to the file, not actually to see the output
of our own echo commands.
This commit is contained in:
Vadim Zeitlin
2021-03-23 01:59:05 +01:00
parent 4900c5e5b8
commit bc7a7b0c2d

View File

@@ -17,7 +17,7 @@ case $(uname -s) in
# Enable the `-dbgsym` repositories. # Enable the `-dbgsym` repositories.
echo "deb http://ddebs.ubuntu.com ${codename} main restricted universe multiverse echo "deb http://ddebs.ubuntu.com ${codename} main restricted universe multiverse
deb http://ddebs.ubuntu.com ${codename}-updates main restricted universe multiverse" | \ deb http://ddebs.ubuntu.com ${codename}-updates main restricted universe multiverse" | \
$SUDO tee --append /etc/apt/sources.list.d/ddebs.list $SUDO tee --append /etc/apt/sources.list.d/ddebs.list >/dev/null
# Import the debug symbol archive signing key from the Ubuntu server. # Import the debug symbol archive signing key from the Ubuntu server.
# Note that this command works only on Ubuntu 18.04 LTS and newer. # Note that this command works only on Ubuntu 18.04 LTS and newer.