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