Closed ayoinc closed 3 years ago
How I can provision with using script.sh flag in the Mechfile ? It would be nice to have something like this:
Mechfile
apt-get install -y \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - apt-key fingerprint 0EBFCD88 SHELL end
How I can provision with using script.sh flag in the
Mechfile
? It would be nice to have something like this: