diff options
author | Joerg Schirottke <master@kanotix.com> | 2018-10-29 20:25:01 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2018-11-12 19:51:47 +0100 |
commit | a62900240efaa87ce30dc85714971b4c54960664 (patch) | |
tree | c2d992aa8a2436305397a6824fcfeb5b8a84061d /auto | |
parent | fd25908cd2d9352c5568b13fc4cb4281b706efed (diff) | |
download | kanotix-a62900240efaa87ce30dc85714971b4c54960664.zip kanotix-a62900240efaa87ce30dc85714971b4c54960664.tar.gz |
remove skype and add skypeforlinux list
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/config b/auto/config index d05541f..cac4fb5 100755 --- a/auto/config +++ b/auto/config @@ -111,6 +111,7 @@ grep -wq firefox <<<"$LB_PACKAGES_LISTS" grep -wq silverlight <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" silverlight" grep -wq spotify <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" spotify" grep -wq dropbox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" dropbox" +grep -wq skypeforlinux <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" skype-stable" # special hack if grep -wq gfxdetect <<<"$LB_PACKAGES_LISTS"; then |