Uncommented apt install in setup.sh
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
# Setup shell file to setup the environment on an ubuntu machine
|
||||
#sudo apt-get update && sudo apt-get install -y make bzip2 git python3 wget
|
||||
sudo apt-get update && sudo apt-get install -y make bzip2 git python3 wget
|
||||
sudo mkdir -p /build
|
||||
cd /build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user