Commit 52c603ae authored by Rane Squires's avatar Rane Squires

Change command bath to bin ('hash' is a shell builtin)

parent 59a2082b
...@@ -8,6 +8,6 @@ class anaconda::install { ...@@ -8,6 +8,6 @@ class anaconda::install {
exec { 'initalinstallconda': exec { 'initalinstallconda':
unless => 'hash conda', unless => 'hash conda',
command => 'wget https://repo.continuum.io/miniconda/Miniconda3-3.7.0-Linux-x86_64.sh -O ~/miniconda.sh && bash ~/miniconda.sh -b -p $HOME/miniconda', command => 'wget https://repo.continuum.io/miniconda/Miniconda3-3.7.0-Linux-x86_64.sh -O ~/miniconda.sh && bash ~/miniconda.sh -b -p $HOME/miniconda',
path => ['/usr',], path => ['/bin',],
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment