diff --git a/get/sunlogin.sh b/get/sunloginclient.sh similarity index 76% rename from get/sunlogin.sh rename to get/sunloginclient.sh index 0816d0e..0bad175 100644 --- a/get/sunlogin.sh +++ b/get/sunloginclient.sh @@ -3,4 +3,4 @@ JSON=$(curl -fs "https://client-webapi.oray.com/softwares/SUNLOGIN_X_LINUX?x64=1 VERSION=$(echo "$JSON" | jq -r '.versionno') X64_URL=$(echo $JSON | jq -r '.downloadurl') -./check_downloader.py sunlogin $VERSION $X64_URL \ No newline at end of file +./check_downloader.py sunloginclient $VERSION $X64_URL \ No newline at end of file