Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions setup-cvmfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ if [ "$(uname)" == "Linux" ]; then
echo "::endgroup::"
# install cvmfs package
echo "::group::Installing cvmfs"
sudo rm -f /var/lib/man-db/auto-update
sudo apt-get -q update
sudo apt-get -q -y install cvmfs
# install cvmfs config package
Expand All @@ -30,6 +31,7 @@ if [ "$(uname)" == "Linux" ]; then
sudo curl -L -o ${APT_ARCHIVES}/cvmfs-config.deb ${CVMFS_CONFIG_PACKAGE}
sudo dpkg -i ${APT_ARCHIVES}/cvmfs-config.deb
fi
sudo touch /var/lib/man-db/auto-update
echo "::endgroup::"
# update cache (avoid restricted partial directories)
if [ -n "${APT_CACHE}" ]; then
Expand Down