Skip to content

Commit

Permalink
update devsetup
Browse files Browse the repository at this point in the history
  • Loading branch information
bgklein committed Jul 16, 2019
1 parent 08f4b6a commit 703b06a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/dev_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ def exec_command(command):
exec_command('pip install -r requirements.txt')

# install homebrew for edge build
exec_command('sudo apt-get update')
exec_command('sudo apt-get install build-essential curl file git')
exec_command('sudo apt-get update build-essential curl file git')
exec_command('sudo apt-get upgrade build-essential curl file git')
check_call(
['sudo', 'curl', '-fsSL', '"https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"'],
cwd=root_dir)
Expand Down

0 comments on commit 703b06a

Please sign in to comment.