Skip to content
Snippets Groups Projects
Commit be5163f9 authored by Prashanth Dwarakanath's avatar Prashanth Dwarakanath
Browse files

revert singularity install location to /usr/local/src to remain consistent with documentation

parent 5ecac375
Branches
Tags v1.14
No related merge requests found
......@@ -3,8 +3,8 @@ From: debian
%post
apt-get update && apt-get install -y git wget gcc make libssl-dev libreadline-dev zlib1g-dev vim bzip2 locales pandoc python2.7
mkdir -p /opt && cd /opt
mkdir -p /usr/local/src && cd /usr/local/src
git clone https://github.com/snic-nsc/nscjekyllsetup.git
cd nscjekyllsetup && git checkout 'v1.13'
cd nscjekyllsetup && git checkout 'v1.14'
bash presetup.sh
bash setup.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment