diff --git a/src/freedombone-meshweb b/src/freedombone-meshweb index e39793e9..40c2be65 100755 --- a/src/freedombone-meshweb +++ b/src/freedombone-meshweb @@ -24,7 +24,7 @@ function install_ipfs { if [ ! -f /home/$MY_USERNAME/go/bin/ipfs ]; then sudo apt-get -y install golang libpam0g-dev fuse if ! grep -q "GOPATH/bin" /home/$MY_USERNAME/.bashrc; then - echo 'export GOPATH=/home/git/go' >> /home/$MY_USERNAME/.bashrc + echo "export GOPATH=/home/$MY_USERNAME/go" >> /home/$MY_USERNAME/.bashrc echo 'export PATH="$GOPATH/bin:$PATH:";' >> /home/$MY_USERNAME/.bashrc chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.bashrc . ~/.bashrc