Skip to content

Commit

Permalink
fix: download the beta mower_config.txt by default
Browse files Browse the repository at this point in the history
  • Loading branch information
docgalaxyblock committed Sep 14, 2023
1 parent f4a2661 commit b4bd67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/openmower/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit b4bd67a

Please sign in to comment.