diff options
Diffstat (limited to 'install.site')
-rwxr-xr-x | install.site | 5 |
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 |