summaryrefslogtreecommitdiff
path: root/install.site
diff options
context:
space:
mode:
Diffstat (limited to 'install.site')
-rwxr-xr-xinstall.site5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.site b/install.site
new file mode 100755
index 0000000..512974f
--- /dev/null
+++ b/install.site
@@ -0,0 +1,5 @@
+#! /bin/ksh
+set -o errexit
+echo "https://cdn.openbsd.org/pub/OpenBSD" > /etc/installurl
+echo "permit nopass keepenv :wheel" > /etc/doas.conf
+#echo "syspatch && shutdown -r now" >> /etc/rc.firsttime
Generated by cgit. See skreutz.com for my tech blog and contact information.