From f47c92d2fa2b2005e9edfb02a119376c14d6e0b4 Mon Sep 17 00:00:00 2001 From: Francois B Date: Tue, 5 Jun 2018 14:58:25 +0200 Subject: [PATCH] source list file name changed for skype --- repo_functions_ub1604.sh | 2 +- repo_functions_ub1804.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repo_functions_ub1604.sh b/repo_functions_ub1604.sh index 619be3b..39c3bf9 100644 --- a/repo_functions_ub1604.sh +++ b/repo_functions_ub1604.sh @@ -958,7 +958,7 @@ function addRepo_Telegram () { # function addRepo_SkypeForLinux () { addKey "https://repo.skype.com/data/SKYPE-GPG-KEY" - addRepo "skypeforlinux.list" \ + addRepo "skype-stable.list" \ "deb [arch=amd64] https://repo.skype.com/deb stable main" } diff --git a/repo_functions_ub1804.sh b/repo_functions_ub1804.sh index 03f642d..30f42f4 100644 --- a/repo_functions_ub1804.sh +++ b/repo_functions_ub1804.sh @@ -763,7 +763,7 @@ function addRepo_Telegram () { # function addRepo_SkypeForLinux () { addKey "https://repo.skype.com/data/SKYPE-GPG-KEY" - addRepo "skypeforlinux.list" \ + addRepo "skype-stable.list" \ "deb [arch=amd64] https://repo.skype.com/deb stable main" }