Install build tools lol

This commit is contained in:
xenia 2020-01-30 18:35:07 -05:00
parent 327af611ca
commit ecb3a0c47b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/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 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 tar xf Python-3.6.8.tar.xz
cd Python-3.6.8 cd Python-3.6.8