From a4a6d75960be13539651a510deb688533c44e58b Mon Sep 17 00:00:00 2001 From: duskobogdanovski Date: Mon, 15 Mar 2021 16:47:34 +0100 Subject: [PATCH] Remove not used packages for testing --- bin/setup-ckan.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/setup-ckan.bash b/bin/setup-ckan.bash index 3272271..3848e1c 100755 --- a/bin/setup-ckan.bash +++ b/bin/setup-ckan.bash @@ -4,8 +4,7 @@ set -e echo "This is setup-ckan.bash..." echo "Installing the packages that CKAN requires..." -sudo apt-get update -qq -sudo apt-get install xmlsec1 libxmlsec1-dev +sudo apt-get update echo "Installing CKAN and its Python dependencies..." git clone https://github.com/ckan/ckan