0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-10-30 01:05:53 +01:00
simple-wkd/package-debian.sh
2024-10-26 13:44:13 +02:00

8 lines
183 B
Bash

#!/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