We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c05ef commit e81e1ddCopy full SHA for e81e1dd
1 file changed
scripts/install.sh
@@ -30,7 +30,6 @@ fi
30
# Install Singularity
31
if [[ "$TOOL" = singularity ]] || [[ "$TOOL" = all ]]
32
then
33
- sudo apt-get update
34
sudo apt-get install squashfs-tools
35
cd $HOME
36
wget https://github.com/singularityware/singularity/releases/download/$SGT_VER/singularity-$SGT_VER.tar.gz
0 commit comments