We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ea797 commit d469246Copy full SHA for d469246
setup-cvmfs-linux.sh
@@ -10,8 +10,8 @@ if [ -n "${APT_CACHE}" ]; then
10
sudo cp -r ${APT_CACHE}/lists /var/lib/apt
11
fi
12
13
-# Call shared install logic
14
-sudo bash "$(dirname "$0")/install-cvmfs-linux.sh"
+# Call shared install logic (preserve environment with configuration)
+sudo -E bash "$(dirname "$0")/install-cvmfs-linux.sh"
15
16
# Optional: update cache after install
17
if [ -n "${APT_CACHE}" ]; then
0 commit comments