chore: update scripts

This commit is contained in:
Tiara Rodney 2026-03-14 20:13:25 +01:00
parent cfb9b7c591
commit 62cb0f8afd
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
7 changed files with 24 additions and 22 deletions

View file

@ -7,9 +7,9 @@ echo "==> Destroying VMs"
"$SCRIPT_DIR/vm/destroy.sh"
echo "==> Tearing down local WireGuard"
sudo "$SCRIPT_DIR/local/teardown-wireguard.sh"
"$SCRIPT_DIR/local/teardown-wireguard.sh"
echo "==> Removing local /etc/hosts entries"
sudo "$SCRIPT_DIR/local/teardown-hosts.sh"
"$SCRIPT_DIR/local/teardown-hosts.sh"
echo "==> Done. Run scripts/provision.sh to start over."