Updated BSD (markdown)

Lauri Ojansivu 2023-02-09 08:31:50 +02:00
parent 4bed1b8a7f
commit 9364276ee8

10
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: