Skip to content

Commit

Permalink
Fix small issues with Debian install
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Jul 31, 2024
1 parent 070e62c commit c51abc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install_cvmfs_eessi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ then
dry_run "yum install -y https://github.com/EESSI/filesystem-layer/releases/download/latest/cvmfs-config-eessi-latest.noarch.rpm"
elif [[ "${ID_LIKE}" =~ "debian" ]] || [[ "${ID}" =~ "debian" ]]
then
dry_run "apt-get install lsb-release wget"
dry_run "apt-get update"
dry_run "apt-get install -y lsb-release wget"
dry_run "wget https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest_all.deb"
dry_run "dpkg -i cvmfs-release-latest_all.deb"
dry_run "rm -f cvmfs-release-latest_all.deb"
Expand Down

0 comments on commit c51abc3

Please sign in to comment.