mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 11:02:01 +03:00
4 lines
71 B
Bash
4 lines
71 B
Bash
#!/bin/bash
|
|
apt-get update
|
|
apt-get install -y nginx docker.io vim lvm2
|