aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-08-21 13:13:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-08-21 13:13:52 -0300
commit7aa3b2baebe1b4b0e5a7233268df22bb0b71a851 (patch)
tree5eaa3cd41b7371f2d955fdc8c020b6602759d937 /share
parenta792813b972d56fe24f60b5e6f06b17fd1d415bc (diff)
downloadkvmx-7aa3b2baebe1b4b0e5a7233268df22bb0b71a851.tar.gz
kvmx-7aa3b2baebe1b4b0e5a7233268df22bb0b71a851.tar.bz2
Provision: desktop-basic: extend basic instead of development profile
Diffstat (limited to 'share')
-rwxr-xr-xshare/provision/desktop-basic2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/provision/desktop-basic b/share/provision/desktop-basic
index 6994836..ec49414 100755
--- a/share/provision/desktop-basic
+++ b/share/provision/desktop-basic
@@ -27,7 +27,7 @@ MIRROR="$3"
APT_INSTALL="sudo LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y"
# Provision the basic stuff
-$DIRNAME/development $HOSTNAME $DOMAIN $MIRROR
+$DIRNAME/basic $HOSTNAME $DOMAIN $MIRROR
# QXL
# See https://labs.riseup.net/code/issues/11518