An open API service indexing awesome lists of open source software.

https://github.com/prabirshrestha/synology-package-template


https://github.com/prabirshrestha/synology-package-template

spk synology

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# synology-package-template

# Build

```bash
./build.sh
```

# Delete user and group

ssh into the nas.

```bash
sudo synouser --del hello
sudo synogroup --del hello
```