Updated config
This commit is contained in:
parent
749df51778
commit
029da68261
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user