diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-10 00:34:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-10 00:34:18 -0300 |
commit | b8c789fa4d9b29c824bf7e6de50a298c6750e9e0 (patch) | |
tree | be04efe345f71e0af783d14822e02c05a82df741 | |
parent | 0fc6010bcbd41e86372ad27e9e36877af18f994e (diff) | |
download | kvmx-b8c789fa4d9b29c824bf7e6de50a298c6750e9e0.tar.gz kvmx-b8c789fa4d9b29c824bf7e6de50a298c6750e9e0.tar.bz2 |
Install rsync on new guests
-rwxr-xr-x | kvmx-create | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx-create b/kvmx-create index f2709f6..462e803 100755 --- a/kvmx-create +++ b/kvmx-create @@ -218,7 +218,7 @@ function kvmx_create_custom { fi # Basic packages - $APT_INSTALL screen cron lsb-release openssl -y + $APT_INSTALL screen cron lsb-release openssl rsync -y $APT_INSTALL spice-vdagent qemu-guest-agent # Kernel |