mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 18:56:10 +01:00
Updated BSD (markdown)
parent
9778880a4f
commit
4bed1b8a7f
1 changed files with 9 additions and 3 deletions
12
BSD.md
12
BSD.md
|
|
@ -13,6 +13,10 @@ killall VirtualBox VirtualBoxVM
|
|||
|
||||
## Ubuntu
|
||||
|
||||
1. Edit file: `nano update.sh`
|
||||
2. Change to executeable: `chmod +x update.sh`
|
||||
2. Update: `./update.sh`
|
||||
|
||||
more-package-managers.sh
|
||||
```
|
||||
sudo apt -y install flatpak gnome-software-plugin-flatpak
|
||||
|
|
@ -68,7 +72,9 @@ When installing to VirtualBox, set harddisk .vdi growable max size to 4000 MB /
|
|||
1. Install from LiveCD
|
||||
2. Boot from harddisk
|
||||
3. Insert BonusCD
|
||||
4. Update and install software
|
||||
4. Edit and save .bat files: `edit update.bat`
|
||||
6. Update: `update`
|
||||
7. Search: `search zip`
|
||||
|
||||
https://fdnpkg.sourceforge.net
|
||||
|
||||
|
|
@ -78,11 +84,11 @@ fdnpkg update
|
|||
```
|
||||
search.bat
|
||||
```
|
||||
fdnpkg search $1
|
||||
fdnpkg search %1
|
||||
```
|
||||
install.bat
|
||||
```
|
||||
fdnpkg install $1
|
||||
fdnpkg install %1
|
||||
```
|
||||
reboot.bat
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue