diff --git a/arkanum b/arkanum index 4262f2a..5c121c4 100755 --- a/arkanum +++ b/arkanum @@ -150,6 +150,7 @@ function instBun() { say "Adding bun binary to profile..." "Bun" echo 'export BUN_INSTALL=$HOME/.bun' | sudo tee -a /etc/bash.bashrc > /dev/null echo 'export PATH=$BUN_INSTALL/bin:$PATH' | sudo tee -a /etc/bash.bashrc > /dev/null + source ~/.profile say "done." "bun" }