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 c6764c3 commit 76db24aCopy full SHA for 76db24a
setup-cvmfs.sh
@@ -21,6 +21,7 @@ if [ "$(uname)" == "Linux" ]; then
21
echo "::endgroup::"
22
# install cvmfs package
23
echo "::group::Installing cvmfs"
24
+ sudo rm -f /var/lib/man-db/auto-update
25
sudo apt-get -q update
26
sudo apt-get -q -y install cvmfs
27
# install cvmfs config package
@@ -30,6 +31,7 @@ if [ "$(uname)" == "Linux" ]; then
30
31
sudo curl -L -o ${APT_ARCHIVES}/cvmfs-config.deb ${CVMFS_CONFIG_PACKAGE}
32
sudo dpkg -i ${APT_ARCHIVES}/cvmfs-config.deb
33
fi
34
+ sudo touch /var/lib/man-db/auto-update
35
36
# update cache (avoid restricted partial directories)
37
if [ -n "${APT_CACHE}" ]; then
0 commit comments