diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2023-01-22 19:29:11 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2023-01-22 19:29:11 +0100 |
commit | 9c990fca729353b9076cf109e732fd2a55573d81 (patch) | |
tree | 45d95155eacad886c1fc70d2e3d8edea61ad7376 /airootfs/root/bootstrap | |
parent | a3600e528b02f8ba965ec3fac46f681088bf8338 (diff) |
2023 update
Diffstat (limited to 'airootfs/root/bootstrap')
-rwxr-xr-x | airootfs/root/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/airootfs/root/bootstrap b/airootfs/root/bootstrap index dcd3d3f..5bfcf11 100755 --- a/airootfs/root/bootstrap +++ b/airootfs/root/bootstrap @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -eux if ! timeout 1 curl -Is tombarrett.xyz | grep "200 OK" > /dev/null; then echo "Please first connect to the internet." |