From 029da682610913fab617b38ccda3e9a261ac9309 Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Tue, 18 Apr 2023 19:24:04 -0400 Subject: [PATCH] Updated config --- configure-system.ksh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configure-system.ksh b/configure-system.ksh index 03ae204..0801d5e 100755 --- a/configure-system.ksh +++ b/configure-system.ksh @@ -76,3 +76,13 @@ rcctl enable sshd echo "https://mirrors.mit.edu/pub/OpenBSD >> /home/$user/.profile export PKG_PATH=https://mirrors.mit.edu/pub/OpenBSD/$(uname -r)/packages/$(uname -m)/ + +# Wi-Fi setup + +touch /etc/hostname.wifi_device +echo "join NETWORK wpakey PASSWORD" >> /etc/hostname.wifi_device +echo "inet autoconf" >> /etc/hostname.wifi_device + +# GCC setup + +ln -s /usr/local/bin/egcc /usr/bin/gcc