12 lines
262 B
Go
12 lines
262 B
Go
package installer
|
|
|
|
// This package handle installing any
|
|
// necessary programs we need to run
|
|
// the oasis environment such as:
|
|
// - Nginx
|
|
// - DNSMasq
|
|
// It uses the package manager for
|
|
// the OS and ensures any config
|
|
// files needed go in the right
|
|
// place.
|