Add installReqs
This commit is contained in:
parent
fc6a053fcd
commit
edb4b2ebeb
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
sudo apt install git -y
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
||||
sudo sh get-docker.sh
|
Loading…
Reference in New Issue