diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2013-08-27 07:09:47 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-08-27 07:09:47 +0200 |
commit | 3d3ab5cf5aafc96421dd8821469f9859f9f4f69e (patch) | |
tree | 66357ee07cef78825eaaa6703a5ef19c3ec6bc72 /auto | |
parent | 3b0a401d4eaa4c961c6a07c3a98c3d40b0a3e031 (diff) | |
download | kanotix-3d3ab5cf5aafc96421dd8821469f9859f9f4f69e.zip kanotix-3d3ab5cf5aafc96421dd8821469f9859f9f4f69e.tar.gz |
added dropbox repository
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 c59bf4a..ca6a0ef 100755 --- a/auto/config +++ b/auto/config @@ -77,6 +77,7 @@ grep -wq firefox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" firefox-wheezy" grep -wq silverlight <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" silverlight" grep -wq spotify <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" spotify" grep -wq -e hangouts -e talkplugin <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" hangouts" +grep -wq dropbox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" dropbox" lb config noauto --linux-packages "$LB_LINUX_PACKAGES" --linux-flavours "$LB_LINUX_FLAVOURS" --repositories "$LB_REPOSITORIES" # Fetch kanotix-scripts if necessary |