mkv repo fixed to amd64 only for 20.04 branch
This commit is contained in:
parent
20f215a723
commit
0d7ec9e1a7
1 changed files with 2 additions and 2 deletions
|
@ -629,8 +629,8 @@ function addRepo_Webupd8 () {
|
|||
function addRepo_MKVToolnix () {
|
||||
addKey "https://mkvtoolnix.download/gpg-pub-moritzbunkus.txt"
|
||||
addRepo mkv.list \
|
||||
"deb https://mkvtoolnix.download/ubuntu/ focal main" \
|
||||
"deb-src https://mkvtoolnix.download/ubuntu/ focal main"
|
||||
"deb [arch=amd64] https://mkvtoolnix.download/ubuntu/ focal main" \
|
||||
"deb-src [arch=amd64] https://mkvtoolnix.download/ubuntu/ focal main"
|
||||
}
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue