mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
5 lines
No EOL
108 B
YAML
Executable file
5 lines
No EOL
108 B
YAML
Executable file
#cloud-config
|
|
runcmd:
|
|
- sudo yum update
|
|
- sudo yum install postgresql14
|
|
- sudo yum install golang1.16 |