Skip to content

Commit

Permalink
Merge pull request #16 from shaneknapp/main
Browse files Browse the repository at this point in the history
adding -h to chown
  • Loading branch information
shaneknapp authored Jan 9, 2025
2 parents b9cf5ea + 4ec02ec commit 7b13faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-miniforge.bash
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ rm ${INSTALLER_PATH}
# Remove the pip cache created as part of installing mambaforge
rm -rf /root/.cache

chown -R $NB_USER:$NB_USER ${CONDA_DIR}
chown -Rh $NB_USER:$NB_USER ${CONDA_DIR}

conda list -n root

0 comments on commit 7b13faa

Please sign in to comment.