We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d9f42 commit d13c784Copy full SHA for d13c784
install-cvmfs-linux.sh
@@ -13,7 +13,7 @@ dpkg -i ${APT_ARCHIVES}/cvmfs-release-latest_all.deb
13
14
# Install CVMFS and config package
15
apt-get -q update
16
-if [ -z "${CVMFS_CONFIG_PACKAGE}" ]; then
+if [ "${CVMFS_CONFIG_PACKAGE}" == "cvmfs-config-default" ]; then
17
apt-get -q -y install cvmfs cvmfs-config-default
18
else
19
curl -L -o ${APT_ARCHIVES}/cvmfs-config.deb ${CVMFS_CONFIG_PACKAGE}
0 commit comments