bugfix: main setup

This commit is contained in:
2020-02-22 22:42:26 +01:00
parent d278c441b0
commit c832580d4b

View File

@ -3,10 +3,13 @@
USER=t31m USER=t31m
# update repos + system # update repos + system
apt get update && apt upgrade apt-get update && apt-get upgrade
# install env packages # install env packages
apt install git fish fzf apt-get install git fish fzf build-essential -y
# 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
# 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