diff --git a/.install/update_bashrc.sh b/.install/update_bashrc.sh index b674584..0dfac28 100755 --- a/.install/update_bashrc.sh +++ b/.install/update_bashrc.sh @@ -28,6 +28,7 @@ if [[ $YOU != "" && $IPFSNODEID != "" && $G1PUB != "" ]]; then fi else # CREATE + echo "PATH=$PATH:$HOME/.local/bin" >> ~/.bashrc echo "### ASTROPORT IDENTITY ###" >> ~/.bashrc echo "YOU=$newYOU" >> ~/.bashrc echo "G1PUB=$newG1PUB" >> ~/.bashrc