bugfix: main setup
This commit is contained in:
7
main.sh
7
main.sh
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user