Compare commits

...

2 Commits

Author SHA1 Message Date
cf271ce2af Merge branch 'add/bun' of https://gitea.ocram85.com/CodeServer/arkanum into add/bun
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
2023-12-16 15:26:23 +01:00
79c8ebea27 try to source profile after install 2023-12-16 15:24:20 +01:00

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