diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2013-08-25 17:08:05 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-08-25 17:10:13 +0200 |
commit | b1a5db4306c374b02f9d579a33f509bcfd113200 (patch) | |
tree | bd971f138399cc0f6494c1b1a7ff0be2dc6f6bf6 /auto/config | |
parent | 5ccdc52857d1535e492f3914e12297a3145b138c (diff) | |
download | kanotix-b1a5db4306c374b02f9d579a33f509bcfd113200.zip kanotix-b1a5db4306c374b02f9d579a33f509bcfd113200.tar.gz |
(optional) install Silverlight-plugin with Pipelight
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/config b/auto/config index 88a0737..eade4e0 100755 --- a/auto/config +++ b/auto/config @@ -74,6 +74,7 @@ grep -wq chrome <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" chrom grep -wq mesa <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa" grep -wq steam <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" steam steam-wheezy" grep -wq firefox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" firefox-wheezy" +grep -wq silverlight <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" silverlight" lb config noauto --linux-packages "$LB_LINUX_PACKAGES" --linux-flavours "$LB_LINUX_FLAVOURS" --repositories "$LB_REPOSITORIES" # Fetch kanotix-scripts if necessary |