mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 05:05:17 +01:00
Updated BSD (markdown)
parent
fb5bab8200
commit
09848f21ca
1 changed files with 16 additions and 0 deletions
16
BSD.md
16
BSD.md
|
|
@ -35,6 +35,14 @@ uninstall.sh
|
|||
sudo apt remove $1
|
||||
# more dangerous, all configs and data: sudo apt --purge remove $1
|
||||
```
|
||||
shutdown.sh
|
||||
```
|
||||
sudo shutdown --poweroff now
|
||||
```
|
||||
reboot.sh
|
||||
```
|
||||
sudo shutdown --reboot now
|
||||
```
|
||||
|
||||
## NetBSD
|
||||
|
||||
|
|
@ -54,3 +62,11 @@ uninstall.sh
|
|||
```
|
||||
pkg_delete $1
|
||||
```
|
||||
shutdown.sh
|
||||
```
|
||||
shutdown -p now
|
||||
```
|
||||
reboot.sh
|
||||
```
|
||||
shutdown -r now
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue