Commit 83ceaf57 authored by Rane Squires's avatar Rane Squires

Modify second command (add $HOME to destination path)

parent aa2afc59
......@@ -13,7 +13,7 @@ class anaconda::install {
exec { 'initalinstallconda':
creates => '/miniconda/bin/activate',
command => 'bash /miniconda.sh -b -p /miniconda',
command => 'bash /miniconda.sh -b -p $HOME/miniconda',
path => ['/bin'],
require => Exec['downloadconda'],
}
......
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