From b4bd67a18b3fa2d03bbdcdc8d8c3e8cd23ee31c6 Mon Sep 17 00:00:00 2001 From: docgalaxyblock Date: Thu, 14 Sep 2023 14:28:54 +0200 Subject: [PATCH] fix: download the beta mower_config.txt by default --- src/modules/openmower/start_chroot_script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/openmower/start_chroot_script b/src/modules/openmower/start_chroot_script index 1096c2c..adbc0c4 100644 --- a/src/modules/openmower/start_chroot_script +++ b/src/modules/openmower/start_chroot_script @@ -20,8 +20,8 @@ chmod +x /home/pi/*.sh cp /etc/comitup.conf.example /boot/openmower/hotspot-example.txt -echo_green "Get the latest mower_config.sh example..." -wget -O /boot/openmower/mower_config.txt https://raw.githubusercontent.com/ClemensElflein/open_mower_ros/main/src/open_mower/config/mower_config.sh.example +echo_green "Get the latest releases-beta mower_config.sh example..." +wget -O /boot/openmower/mower_config.txt https://github.com/ClemensElflein/open_mower_ros/raw/releases/beta/src/open_mower/config/mower_config.sh.example # replace default comitup modules configs and paths echo_green "Replace comitup path and config..."