neb/tools/server-update.sh

10 lines
124 B
Bash
Raw Normal View History

2023-10-20 00:10:39 +02:00
#!/bin/sh
if cd /etc/ixvd/secrets; then
git pull
cd -
fi
sh tools/remove-skel.sh
git pull
sh tools/setup-server.sh