add bash reload help
ci/woodpecker/pr/ci Pipeline was successful Details

This commit is contained in:
OCram85 2023-12-16 15:36:13 +01:00
parent cf271ce2af
commit a29d85784c
1 changed files with 2 additions and 2 deletions

View File

@ -150,8 +150,8 @@ 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"
say "done." "Bun"
say "Please reload bash profile to finalize." "Bun"
}
function instNodeJs() {