From e4fe99b67ea1cc71a4af5f5227b5a2afcd38861a Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:03:16 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Artela.sh b/Artela.sh index c0fe752..8732a54 100644 --- a/Artela.sh +++ b/Artela.sh @@ -93,8 +93,8 @@ function install_node() { mkdir libs mv $HOME/libaspect_wasm_instrument.so $HOME/libs/ mv $HOME/artelad /usr/local/bin/ - echo 'export LD_LIBRARY_PATH=$HOME/libs:$LD_LIBRARY_PATH' >> ~/.bashrc - source ~/.bashrc + echo 'export LD_LIBRARY_PATH=$HOME/libs:$LD_LIBRARY_PATH' >> ~/.bash_profile + source ~/.bash_profile # 配置artelad