Skip to content

Commit

Permalink
More details when the os is too old.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed Jun 19, 2024
1 parent 6446b7e commit 347b1c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rtkbase_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ str2str_file=$(systemctl is-active str2str_file)
rtkrcv_raw2nmea=$(systemctl is-active rtkbase_raw2nmea)

check_before_update() {
TOO_OLD='You'"'"'re Operating System is too old\nPlease update it or reflash you SDCard with a more recent RTKBase image\n'
TOO_OLD='<b>You'"'"'re Operating System is too old!</b>\n
Please reflash your SDCard with a more recent RTKBase image, or upgrade your OS.\n
Don'"'"'t forget to backup your settings.\n\n
<a href="https://github.com/Stefal/rtkbase" target="_blank">RTKBase repository</a>\n\n
<a href="https://docs.centipede.fr/docs/base/Installation.html" target="_blank">Documentation CentipedeRTK</a>'

if [[ -f /etc/os-release ]]
then
Expand Down

0 comments on commit 347b1c4

Please sign in to comment.