Skip to content

Commit

Permalink
quote URL back - managed to drop quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Oct 2, 2023
1 parent eab4897 commit bfdbc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/install-singularity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -ex -o pipefail
release="$(curl -fsSL https://api.github.com/repos/sylabs/singularity/releases/latest | jq -r .tag_name)"
codename="$(lsb_release -cs)"
arch="$(dpkg --print-architecture)"
wget -O /tmp/singularity-ce.deb https://github.com/sylabs/singularity/releases/download/$release/singularity-ce_${release#v}-${codename}_$arch.deb
wget -O /tmp/singularity-ce.deb "https://github.com/sylabs/singularity/releases/download/$release/singularity-ce_${release#v}-${codename}_$arch.deb"
set -x
sudo apt-get install uidmap libfuse2
sudo dpkg -i /tmp/singularity-ce.deb
Expand Down

0 comments on commit bfdbc46

Please sign in to comment.