From ecb3a0c47b44f7cb5b3e8639c0ccb8f841f1d6af Mon Sep 17 00:00:00 2001 From: haskal Date: Thu, 30 Jan 2020 18:35:07 -0500 Subject: [PATCH] Install build tools lol --- scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index f44ac51..5776356 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -apt install -y curl +apt install -y curl build-essential zlib1g-dev curl -O https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tar.xz tar xf Python-3.6.8.tar.xz cd Python-3.6.8