diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-07-28 11:45:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-07-28 11:45:56 -0300 |
commit | 156a6e30dde7c4bdba392cb4f4604773811bff80 (patch) | |
tree | 3c33aae0c1809e10fa37bdac8476cd4dd9132b0c /kvmx-create | |
parent | 99b1c7bc20568e3b456249e2d92d1a9b73716ece (diff) | |
download | kvmx-156a6e30dde7c4bdba392cb4f4604773811bff80.tar.gz kvmx-156a6e30dde7c4bdba392cb4f4604773811bff80.tar.bz2 |
Bump debian version to buster
Diffstat (limited to 'kvmx-create')
-rwxr-xr-x | kvmx-create | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx-create b/kvmx-create index 1ebfe0b..f1d998e 100755 --- a/kvmx-create +++ b/kvmx-create @@ -108,7 +108,7 @@ function kvmx_config { kvmx_user_config hostname machine "Hostname" kvmx_user_config domain example.org "Domain" kvmx_user_config arch amd64 "System arch" - kvmx_user_config version stretch "Distro version" + kvmx_user_config version buster "Distro version" kvmx_user_config mirror https://deb.debian.org/debian/ "Debian mirror" #kvmx_user_config ssh_support y "Administration using passwordless SSH (y/n)" kvmx_user_config ssh_custom y "Setup a custom SSH keypair (y/n)" |