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:
parent
39b1e85d3c
commit
dcfde18496
5 changed files with 8 additions and 83 deletions
8
package-debian.sh
Normal file
8
package-debian.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue