Skip to content

Commit

Permalink
Updates setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
topfunky committed May 24, 2024
1 parent bb77a47 commit 3b12604
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .devcontainer/setup.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#!/usr/bin/env sh

apt-get install -y curl
git config --global --add safe.directory /workspaces/learning-sync-and-transcode-music-files

apt-get update
apt-get install -y build-essential procps file git gcc

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bashrc

sudo apt-get install build-essential procps file git

brew install gum ffmpeg jq

0 comments on commit 3b12604

Please sign in to comment.