Skip to content

Commit 347b1c4

Browse files
committed
More details when the os is too old.
1 parent 6446b7e commit 347b1c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rtkbase_update.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ str2str_file=$(systemctl is-active str2str_file)
3434
rtkrcv_raw2nmea=$(systemctl is-active rtkbase_raw2nmea)
3535

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

3943
if [[ -f /etc/os-release ]]
4044
then

0 commit comments

Comments
 (0)