6 lines
230 B
Bash
Executable file
6 lines
230 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "export PKG_CONFIG_PATH=$HOME/.local/share/zcash-haskell:\$PKG_CONFIG_PATH" | tee -a ~/.bashrc
|
|
echo "export LD_LIBRARY_PATH=$HOME/.local/share/zcash-haskell:\$LD_LIBRARY_PATH" | tee -a ~/.bashrc
|
|
source ~/.bashrc
|