Ut4HubServerDocker/installReqs

4 lines
108 B
Plaintext
Raw Normal View History

2024-04-29 16:29:26 +00:00
#!/bin/bash
sudo apt install git -y
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh