Andrew Cumming

Results 2 comments of Andrew Cumming

Thanks for the info. I just tried what the docs said and I initially got an error saying I had registered it but the file wasn't found. When I added...

I tried that, but it doesnt seem to work. I added the following to core_modules.sh ``` fix_rust.sh() { modulefile="${FUNCNAME[0]}" fn_fetch_module } fix_rusticraiders.sh() { modulefile="${FUNCNAME[0]}" fn_fetch_module } ``` I added the...