diff --git a/setup.sh b/setup.sh index 1725302d..6a235855 100644 --- a/setup.sh +++ b/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