From 9364276ee822a5e53fe737d23357754cfa343d36 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 9 Feb 2023 08:31:50 +0200 Subject: [PATCH] Updated BSD (markdown) --- BSD.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/BSD.md b/BSD.md index 4bafd5c..a3a4781 100644 --- a/BSD.md +++ b/BSD.md @@ -15,7 +15,7 @@ killall VirtualBox VirtualBoxVM 1. Edit file: `nano update.sh` 2. Change to executeable: `chmod +x update.sh` -2. Update: `./update.sh` +3. Update: `./update.sh` more-package-managers.sh ``` @@ -101,6 +101,10 @@ shutdown ## NetBSD +1. Edit file: `nano update.sh` +2. Change to executeable: `chmod +x update.sh` +3. Update: `./update.sh` + Package management: https://www.netbsd.org/docs/pkgsrc/using.html Before these, change to root: @@ -134,6 +138,10 @@ shutdown -r now ## OpenBSD +1. Edit file: `nano update.sh` +2. Change to executeable: `chmod +x update.sh` +3. Update: `./update.sh` + Package management: https://www.openbsd.org/faq/faq15.html Before these, change to root: