Added missing packages for Ubuntu Minimal Installation, updated python to python3 dependencies
This commit is contained in:
4
main.sh
4
main.sh
@ -6,10 +6,10 @@ USER=t31m
|
|||||||
apt-get update && apt-get upgrade
|
apt-get update && apt-get upgrade
|
||||||
|
|
||||||
# install env packages
|
# install env packages
|
||||||
apt-get install git fish fzf build-essential jq -y
|
apt-get install git fish fzf build-essential jq vim curl -y
|
||||||
|
|
||||||
# pyenv dependencies ?
|
# pyenv dependencies ?
|
||||||
apt-get install python-dev python-setuptools python-pip python-smbus libffi-dev libssl-dev openssl zlib1g-dev libsqlite3-dev tk-dev libreadline-dev libbz2-dev -y
|
apt-get install python3-dev python3-setuptools python3-pip python3-smbus libffi-dev libssl-dev openssl zlib1g-dev libsqlite3-dev tk-dev libreadline-dev libbz2-dev -y
|
||||||
|
|
||||||
# install docker stable, if this failes try below
|
# install docker stable, if this failes try below
|
||||||
curl -fsSL https://get.docker.com | sh
|
curl -fsSL https://get.docker.com | sh
|
||||||
|
|||||||
Reference in New Issue
Block a user