postInstall.sh 306 B

1234567
  1. #!/usr/bin/env bash
  2. # originally based on https://github.com/meaningful-ooo/devcontainer-features/tree/main/src/homebrew
  3. source .devcontainer/brew.sh
  4. echo 'export PATH=/home/vscode/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:$PATH' >> /home/vscode/.bashrc
  5. /home/vscode/.linuxbrew/bin/brew install just