updated the links and values to point to the new repo, and website for this project.

This commit is contained in:
Llewellyn van der Merwe 2020-02-25 00:14:41 +02:00
parent 700807769e
commit a8e0c7b1df
No known key found for this signature in database
GPG Key ID: CAD7B16D27AF28C5
4 changed files with 13 additions and 12 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

View File

@ -11,10 +11,10 @@
#/-----------------------------------------------------------------------------------------------------------------------------/
############################ GLOBAL ##########################
ACTION="gedata"
OWNER="Llewellynvdm"
NAME="sentinel-client"
HOST="https://www.vdm.io"
ACTION="setdata"
OWNER="sentinel-mx"
NAME="client"
HOST="https://sentinel.our.mx/"
######### DUE TO NOT BEING ABLE TO INCLUDE DYNAMIC ###########
#################### UPDATE TO YOUR NEEDS ####################

View File

@ -1,4 +1,4 @@
Sential Basic client
Sential client
============
This script will update the VDM system with a station data. To run this script, use the following command (as root):
@ -7,7 +7,7 @@ This script will update the VDM system with a station data. To run this script,
# to set Data:
```
bash <(curl -s https://raw.githubusercontent.com/Llewellynvdm/sentinel-client/master/setdata.sh)
bash <(curl -s https://raw.githubusercontent.com/sentinel-mx/client/master/setdata.sh)
```
This script performs the following actions:
@ -17,7 +17,7 @@ This script performs the following actions:
# to get Data:
```
bash <(curl -s https://raw.githubusercontent.com/Llewellynvdm/sentinel-client/master/getdata.sh)
bash <(curl -s https://raw.githubusercontent.com/sentinel-mx/client/master/getdata.sh)
```
This script performs the following actions:

View File

@ -11,11 +11,11 @@
#/-----------------------------------------------------------------------------------------------------------------------------/
############################ GLOBAL ##########################
ACTION="sedata"
OWNER="Llewellynvdm"
NAME="sentinel-client"
HOST="www.vdm.io"
######### DUE TO NOT BEING ABLE TO INCLUDE DYNAMIC ###########
ACTION="setdata"
OWNER="sentinel-mx"
NAME="client"
HOST="https://sentinel.our.mx/"
######### DUE TONOT BEING ABLE TO INCLUDE DYNAMIC ###########
#################### UPDATE TO YOUR NEEDS ####################
##############################################################