summarylogtreecommitdiffstats
path: root/post.install
diff options
context:
space:
mode:
Diffstat (limited to 'post.install')
-rw-r--r--post.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/post.install b/post.install
index 190e1cf3c40c..bb8b6ab9cf6e 100644
--- a/post.install
+++ b/post.install
@@ -2,7 +2,7 @@ post_install() {
# installed to opt, inform user how to set paths
_path_msg="\nINFO: OpenMC and its dependencies were installed to the non-standard location /opt. Run the following command \
before attempting to use openmc:\n\n \
- 'sudo bash /opt/openmc/set_paths.sh && source /etc/profile' \n"
+ source /etc/profile \n"
echo -e $_path_msg
}