diff options
-rwxr-xr-x | bin/dependencies | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/dependencies b/bin/dependencies index 89b6f6e..78f6ed4 100755 --- a/bin/dependencies +++ b/bin/dependencies @@ -5,15 +5,9 @@ # Parameters BASENAME="`basename $0`" -DEPENDENCIES="puppet-common" -DEPLOY_DEPENDENCIES="ruby-sqlite3 ruby-activerecord augeas-tools" +DEPLOY_DEPENDENCIES="puppet-common" DEVELOP_DEPENDENCIES="git mr whois" -# Additional non-wheezy package -if [ "`head -c 1 /etc/debian_version`" != '7' ]; then - DEPLOY_DEPENDENCIES="$DEPLOY_DEPENDENCIES ruby-activerecord-deprecated-finders" -fi - # Set sudo config if [ "`whoami`" != 'root' ]; then SUDO="sudo" |