mechboxes / mech

Easy command line virtual machines for VMWare
https://mechboxes.github.io/mech/
MIT License
311 stars 49 forks source link

Provisioning of SHELL lines #75

Closed ayoinc closed 3 years ago

ayoinc commented 3 years ago

How I can provision with using script.sh flag in the Mechfile ? It would be nice to have something like this:


    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