8 lines
112 B
Bash
8 lines
112 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Need armbian-config?
|
||
|
|
|
||
|
|
apt install -y vim git
|
||
|
|
|
||
|
|
apt install -y docker.io docker-cli docker-compose
|