Files
Vulture/VContainers/upgrade.sh

10 lines
142 B
Bash
Raw Normal View History

#!/bin/bash
set -e
# Move to repository root
cd "$(dirname "$0")/.."
git pull
./VContainers/build.sh
systemctl --user restart vulture-stack