diff options
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/config b/auto/config index f1aa523..74bc4b0 100755 --- a/auto/config +++ b/auto/config @@ -149,6 +149,9 @@ 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" +# Languages +grep -wq extra_cz <<<"$LB_PACKAGES_LISTS" + # special hack if grep -wq gfxdetect <<<"$LB_PACKAGES_LISTS"; then LB_REPOSITORIES+=" nvidia mesa-11" |