Skip to content
This repository was archived by the owner on Jan 27, 2020. It is now read-only.

Commit 64647be

Browse files
committed
remove sudo apt-get update
1 parent 33f6094 commit 64647be

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ fi
3030
# Install Singularity
3131
if [[ "$TOOL" = singularity ]] || [[ "$TOOL" = all ]]
3232
then
33-
sudo apt-get update
3433
sudo apt-get install squashfs-tools
3534
cd $HOME
3635
wget https://github.com/singularityware/singularity/releases/download/$SGT_VER/singularity-$SGT_VER.tar.gz

0 commit comments

Comments
 (0)