Skip to content

Commit cf31453

Browse files
committed
Add installation of squashfs-tools to the installation section
1 parent f668e17 commit cf31453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ We're going to compile Singularity from source code. First we'll need to make s
108108
```
109109
$ sudo apt-get update
110110
111-
$ sudo apt-get -y install python build-essential debootstrap
111+
$ sudo apt-get -y install python build-essential debootstrap squashfs-tools
112112
```
113113

114114
On CentOS, these commmands should get you up to speed.
@@ -120,7 +120,7 @@ $ sudo yum groupinstall 'Development Tools'
120120
121121
$ sudo yum install wget epel-release
122122
123-
$ sudo yum install debootstrap.noarch
123+
$ sudo yum install debootstrap.noarch squashfs-tools
124124
```
125125

126126
Next we'll download a compressed archive of the source code (using the the `wget` command). Then we'll extract the source code from the archive (with the `tar` command).

0 commit comments

Comments
 (0)