From: Silvio Rhatto Date: Thu, 16 May 2019 23:23:07 +0000 (-0300) Subject: Configure provision_command X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6e17ae92706ff62fa2203905f419b75e1bd837fc;p=ckandumper.git Configure provision_command --- diff --git a/kvmxfile b/kvmxfile index 182bd04..2bebc93 100644 --- a/kvmxfile +++ b/kvmxfile @@ -66,6 +66,7 @@ shared_folder_mountpoint="/home/$user/code/$VM" #provision_command="/usr/local/share/kvmx/provision/development" #provision_command="/usr/local/share/kvmx/provision/trashman" #provision_command="/usr/local/share/kvmx/provision/desktop-basic" +provision_command="sudo apt-get update && sudo apt-get dist-upgrade -y && sudo apt-get autoremove -y && sudo apt-get clean && sudo apt-get install -y wget python3-tqdm && echo" # Startup command #startup_command="/path/to/custom/command"