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:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user