-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|