From b2cf536f6910cbea92d99fd04b13e51375510d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Kralj?= Date: Thu, 14 Jan 2021 00:59:42 +0100 Subject: [PATCH] Uncommented apt install in setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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