From 97464273c40b232cd324b26bbaf4fdff2db8554a Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Thu, 10 Oct 2019 15:37:38 +0200 Subject: [PATCH] First ideas, will be extended --- Raspberry Pi/first_install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Raspberry Pi/first_install.sh b/Raspberry Pi/first_install.sh index e69de29..478de8d 100644 --- a/Raspberry Pi/first_install.sh +++ b/Raspberry Pi/first_install.sh @@ -0,0 +1,9 @@ +apt-get update +apt-get upgrade + +apt-get install python3 vim tmux nano zsh git + + + + +pip3 install requests \ No newline at end of file