Add installReqs

This commit is contained in:
basshound 2024-04-29 16:29:26 +00:00
parent fc6a053fcd
commit edb4b2ebeb
1 changed files with 4 additions and 0 deletions

4
installReqs Normal file
View File

@ -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