www.techtransthai.org/install.sh

11 lines
286 B
Bash
Executable file

systemctl --user stop ttt-org
cp ttt-org.container ~/.config/containers/systemd
systemctl --user daemon-reload
sed -i "s/DATE/$(date -I)/g" index.html
sed -i "s/VERSION/$(git log -1 --oneline | awk '{print $1}')/g" index.html
podman build -t ttt-org .
systemctl --user start ttt-org