4 lines
66 B
Bash
Executable File
4 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install docker.io -y |