try to source profile after install

This commit is contained in:
OCram85 2023-12-16 15:24:20 +01:00
parent 2c280901b9
commit 79c8ebea27
1 changed files with 1 additions and 0 deletions

View File

@ -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"
}