Install build tools lol
This commit is contained in:
parent
327af611ca
commit
ecb3a0c47b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue