Skip to content

Commit

Permalink
stm directories
Browse files Browse the repository at this point in the history
  • Loading branch information
psd committed Mar 25, 2024
1 parent e96223b commit fde0c3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion before-notebook.d/72_setup_stm_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ fi
if [ -f "/home/jovyan/soft/cp2k-spm-tools/cube_from_wfn.py" ]; then
echo "cp2k-spm-tools found"
else
echo "cp2k-spm-tools not found, installing"
echo "cp2k-spm-tools not found, installing after removing dir"
rm -Rf /home/jovyan/soft/cp2k-spm-tools /home/jovyan/cp2k-spm-tools
git clone https://github.com/nanotech-empa/cp2k-spm-tools.git
mv cp2k-spm-tools /home/jovyan/soft/
chmod a+x /home/jovyan/soft/cp2k-spm-tools/*py
Expand Down

0 comments on commit fde0c3d

Please sign in to comment.