mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 10:46:09 +01:00
Updated BSD (markdown)
parent
4bed1b8a7f
commit
9364276ee8
1 changed files with 9 additions and 1 deletions
10
BSD.md
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue