Commit fe176204 authored by Rane Squires's avatar Rane Squires

Revert last change

parent 83ceaf57
......@@ -13,7 +13,7 @@ class anaconda::install {
exec { 'initalinstallconda':
creates => '/miniconda/bin/activate',
command => 'bash /miniconda.sh -b -p $HOME/miniconda',
command => 'bash /miniconda.sh -b -p /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