File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ For the installation of all components we make use of two Ansible roles: the CVM
3030https://github.com/galaxyproject/ansible-cvmfs ), and a role for adding the EPEL repository (https://github.com/geerlingguy/ansible-role-repo-epel ).
3131Both repositories are added as a submodule inside the ` roles ` directory, so make sure to use the ` --recursive ` option when cloning this repository:
3232```
33- git clone --recursive git@github.com:EESSI/cvmfs -layer.git
33+ git clone --recursive git@github.com:EESSI/filesystem -layer.git
3434```
3535Alternatively, clone this repository first, and init and update the required submodules later:
3636```
37- git clone git@github.com:EESSI/cvmfs -layer.git
38- cd cvmfs -layer
37+ git clone git@github.com:EESSI/filesystem -layer.git
38+ cd filesystem -layer
3939git submodule init
4040git submodule update
4141```
You can’t perform that action at this time.
0 commit comments