From 15402be01db32d91abbd25ab70de313d3df1cd0d Mon Sep 17 00:00:00 2001 From: notplants Date: Thu, 25 Feb 2021 19:42:47 +0100 Subject: [PATCH] Add -d flag to setup_dev_env --- raspi_master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi_master.yaml b/raspi_master.yaml index 585441e..06f9225 100644 --- a/raspi_master.yaml +++ b/raspi_master.yaml @@ -143,7 +143,7 @@ steps: - chroot: / shell: | git clone -b dev https://github.com/peachcloud/peach-config.git /srv/peach-config - cd /srv/peach-config/ && python3 /srv/peach-config/scripts/setup_dev_env.py -i -n peach + cd /srv/peach-config/ && python3 /srv/peach-config/scripts/setup_dev_env.py -i -n -d peach # END OF PEACH CONFIG