0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-12-06 14:52:41 +01:00

Packaging for debian

This commit is contained in:
Willi Junga 2024-10-26 13:44:13 +02:00
parent 39b1e85d3c
commit dcfde18496
Signed by: willi.junga
GPG key ID: 91E50A0F474ACF82
5 changed files with 8 additions and 83 deletions

8
package-debian.sh Normal file
View file

@ -0,0 +1,8 @@
#!/bin/sh
mkdir wkd
cp entrypoint.sh wkd
cp example.config.toml wkd/config.toml
cp -R assets wkd/assets
cp simple-wkd-executable wkd
useradd --no-create-home wkd
chown -R wkd:wkd wkd