Update Artela.sh

This commit is contained in:
smeb y 2024-07-10 09:03:16 +08:00 committed by GitHub
parent c82463cbef
commit e4fe99b67e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,8 +93,8 @@ function install_node() {
mkdir libs mkdir libs
mv $HOME/libaspect_wasm_instrument.so $HOME/libs/ mv $HOME/libaspect_wasm_instrument.so $HOME/libs/
mv $HOME/artelad /usr/local/bin/ mv $HOME/artelad /usr/local/bin/
echo 'export LD_LIBRARY_PATH=$HOME/libs:$LD_LIBRARY_PATH' >> ~/.bashrc echo 'export LD_LIBRARY_PATH=$HOME/libs:$LD_LIBRARY_PATH' >> ~/.bash_profile
source ~/.bashrc source ~/.bash_profile
# 配置artelad # 配置artelad