mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 10:46:09 +01:00
Updated BSD (markdown)
parent
9364276ee8
commit
34c00d305c
1 changed files with 9 additions and 10 deletions
19
BSD.md
19
BSD.md
|
|
@ -1,9 +1,5 @@
|
|||
# Package managers for various OS
|
||||
|
||||
1. Edit script: `nano something.sh`
|
||||
2. Save and Exit: Ctrl-o Enter Ctrl-x Enter
|
||||
3. Make executeable: `chmod +x *.sh`
|
||||
|
||||
## Killing VirtualBox that is stuck
|
||||
|
||||
killvm.sh
|
||||
|
|
@ -14,8 +10,9 @@ killall VirtualBox VirtualBoxVM
|
|||
## Ubuntu
|
||||
|
||||
1. Edit file: `nano update.sh`
|
||||
2. Change to executeable: `chmod +x update.sh`
|
||||
3. Update: `./update.sh`
|
||||
2. Save and Exit: Ctrl-o Enter Ctrl-x Enter
|
||||
3. Change to executeable: `chmod +x update.sh`
|
||||
4. Update: `./update.sh`
|
||||
|
||||
more-package-managers.sh
|
||||
```
|
||||
|
|
@ -102,8 +99,9 @@ shutdown
|
|||
## NetBSD
|
||||
|
||||
1. Edit file: `nano update.sh`
|
||||
2. Change to executeable: `chmod +x update.sh`
|
||||
3. Update: `./update.sh`
|
||||
2. Save and Exit: Ctrl-o Enter Ctrl-x Enter
|
||||
3. Change to executeable: `chmod +x update.sh`
|
||||
4. Update: `./update.sh`
|
||||
|
||||
Package management: https://www.netbsd.org/docs/pkgsrc/using.html
|
||||
|
||||
|
|
@ -139,8 +137,9 @@ shutdown -r now
|
|||
## OpenBSD
|
||||
|
||||
1. Edit file: `nano update.sh`
|
||||
2. Change to executeable: `chmod +x update.sh`
|
||||
3. Update: `./update.sh`
|
||||
2. Save and Exit: Ctrl-o Enter Ctrl-x Enter
|
||||
3. Change to executeable: `chmod +x update.sh`
|
||||
4. Update: `./update.sh`
|
||||
|
||||
Package management: https://www.openbsd.org/faq/faq15.html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue