Skip to content

Commit

Permalink
remove | sudo tee -a /etc/apt/sources.list to add-apt-repository command
Browse files Browse the repository at this point in the history
  • Loading branch information
denihs committed Jun 29, 2023
1 parent c0a3986 commit 2e591f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2e591f3

Please sign in to comment.