summaryrefslogtreecommitdiff
path: root/install.site
blob: 512974fdfd7762270bb9e5ec45ce7abe9af814d4 (plain)
1
2
3
4
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.