diff --git a/home/.chezmoiscripts/run_once_after_30-devel-config.sh.tmpl b/home/.chezmoiscripts/run_once_after_30-devel-config.sh.tmpl index 70a7525..6f79a37 100644 --- a/home/.chezmoiscripts/run_once_after_30-devel-config.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_30-devel-config.sh.tmpl @@ -23,7 +23,7 @@ log "Set Jupyter kernels" inf "R kernel" Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')" \ - -e "IRkernel::installspec(user = FALSE)" + -e "IRkernel::installspec(user = TRUE)" inf "Julia kernel" julia -e 'using Pkg; Pkg.add("IJulia")'