0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-10-30 03:05:51 +01:00
simple-wkd/package-debian.sh

9 lines
183 B
Bash
Raw Normal View History

2024-10-26 13:44:13 +02:00
#!/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