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:
parent
4900c5e5b8
commit
bc7a7b0c2d
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ case $(uname -s) in
|
|||
# Enable the `-dbgsym` repositories.
|
||||
echo "deb http://ddebs.ubuntu.com ${codename} 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.
|
||||
# Note that this command works only on Ubuntu 18.04 LTS and newer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue