From 2e591f37b26b2c5e2a915ffa67883bb9fb189fdb Mon Sep 17 00:00:00 2001 From: denihs Date: Thu, 29 Jun 2023 16:03:36 -0400 Subject: [PATCH] remove | sudo tee -a /etc/apt/sources.list to add-apt-repository command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4e752ecf31..1bdb62b211 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,6 @@ addons: - libnss3 before_install: - - sudo add-apt-repository --yes "deb http://archive.ubuntu.com/ubuntu jammy main universe" | sudo tee -a /etc/apt/sources.list + - sudo add-apt-repository --yes "deb http://archive.ubuntu.com/ubuntu jammy main universe" - sudo apt-get update - sudo apt-get install -y libnss3