Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 1.65 KB

README.md

File metadata and controls

39 lines (35 loc) · 1.65 KB

Task Scheduler

  • Control Panel -> Task Scheduler
  • Create -> Scheduled Task -> User-defined script
  • General: User = root
  • Task Settings: User-defined script = ...
  • OK - OK
  • Click and run task.
  • Delete this task when you see there are 58 licenses.

A. x86_64 (9.1.0-10660)

curl -o /tmp/install_license https://raw.githubusercontent.com/Kaitiz/Surveillance-Station/main/lib/SurveillanceStation-x86_64/install_license; sh /tmp/install_license

B. x86_64_openvino (9.0.2-10061)

curl -o /tmp/install_license https://raw.githubusercontent.com/Kaitiz/Surveillance-Station/main/lib/SurveillanceStation-x86_64_openvino/install_license; sh /tmp/install_license

C. armada38x (9.0.2-10061)

curl -o /tmp/install_license https://raw.githubusercontent.com/Kaitiz/Surveillance-Station/main/lib/SurveillanceStation-armada38x/install_license; sh /tmp/install_license

D. Remove license

  • Script:
curl -o /tmp/remove_license https://raw.githubusercontent.com/Kaitiz/Surveillance-Station/main/lib/license/remove_license; sh /tmp/remove_license