diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-03-24 14:12:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-03-24 14:12:38 -0300 |
commit | d888cd87a04162ff05b58a1adce9d07817f335ee (patch) | |
tree | 945a3eb7b6db6930d29992a019dcd0999c84416a /share | |
parent | 282df4b58d7225179ec84c1e1938960129620941 (diff) | |
download | kvmx-d888cd87a04162ff05b58a1adce9d07817f335ee.tar.gz kvmx-d888cd87a04162ff05b58a1adce9d07817f335ee.tar.bz2 |
Fix: provision: debian: basic: install cloud-guest-utils
Diffstat (limited to 'share')
-rwxr-xr-x | share/provision/debian/basic | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/provision/debian/basic b/share/provision/debian/basic index 1ef8e13..5344df3 100755 --- a/share/provision/debian/basic +++ b/share/provision/debian/basic @@ -36,6 +36,7 @@ fi # Dependencies echo "Installing basic dependencies..." $APT_INSTALL zsh || exit 1 +$APT_INSTALL cloud-guest-utils || exit 1 # Set user shell if [ -x "/bin/zsh" ]; then |