summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlukelabrie2023-10-19 15:46:23 +0200
committerlukelabrie2023-10-19 15:46:23 +0200
commita2f3c7010542ea0426cfead971dbb00aeea43e1c (patch)
treeee426bda3a9dc0fa244c946f5ecd98fc5f5ca65e
parentd615342689e4eb7eb5ff4ab35ce6f70437677587 (diff)
downloadaur-a2f3c7010542ea0426cfead971dbb00aeea43e1c.tar.gz
refactor of path handling
-rw-r--r--post.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/post.install b/post.install
index 9e8192656b68..190e1cf3c40c 100644
--- a/post.install
+++ b/post.install
@@ -1,7 +1,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 \
+ before attempting to use openmc:\n\n \
'sudo bash /opt/openmc/set_paths.sh && source /etc/profile' \n"
echo -e $_path_msg