Skip to content

Commit

Permalink
remove brew
Browse files Browse the repository at this point in the history
  • Loading branch information
sc231997 committed Nov 3, 2023
1 parent 05c995a commit 2c8855c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tailcall/tailcall.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /home/vscode/.bashrc
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew tap tailcallhq/tailcall
brew install tailcall
#/bin/bash
curl -sSL https://raw.githubusercontent.com/tailcallhq/tailcall/master/install.sh | bash -s
export PATH="$HOME/.tailcall/bin:$PATH"
tc start ./main.graphql

0 comments on commit 2c8855c

Please sign in to comment.