Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaitiz committed Apr 19, 2023
1 parent 50e62a2 commit 977ca91
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
Surveillance Station 9.0.2-10061
## Surveillance Station 9.0.2-10061

Task Scheduler
---
### 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

A. x86_64
### A. x86_64
- Link download: https://global.synologydownload.com/download/Package/spk/SurveillanceStation/9.0.2-10061/SurveillanceStation-x86_64-9.0.2-10061.spk
- Script:
```
curl -o /tmp/install_license https://raw.githubusercontent.com/Kaitiz/Surveillance-Station/main/lib/SurveillanceStation-x86_64-9.0.2-10061/install_license; sh /tmp/install_license
```

B. x86_64_openvino
### B. x86_64_openvino
- Link download: https://global.synologydownload.com/download/Package/spk/SurveillanceStation/9.0.2-10061/SurveillanceStation-x86_64-9.0.2-10061_openvino.spk
- Script:
```
curl -o /tmp/install_license https://raw.githubusercontent.com/Kaitiz/Surveillance-Station/main/lib/SurveillanceStation-x86_64-9.0.2-10061_openvino/install_license; sh /tmp/install_license
```

C. armada38x
### C. armada38x
- Link download: https://global.synologydownload.com/download/Package/spk/SurveillanceStation/9.0.2-10061/SurveillanceStation-armada38x-9.0.2-10061.spk
- Script:
```
curl -o /tmp/install_license https://raw.githubusercontent.com/Kaitiz/Surveillance-Station/main/lib/SurveillanceStation-armada38x-9.0.2-10061/install_license; sh /tmp/install_license
```

D. Remove 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
Expand Down

0 comments on commit 977ca91

Please sign in to comment.