mirror of
https://github.com/infinition/Bjorn.git
synced 2025-12-07 21:24:59 +00:00
style(core): added update process
This commit is contained in:
14
README.md
14
README.md
@@ -19,6 +19,7 @@ Bjorn is a « Tamagotchi like » sophisticated, autonomous network scanning,
|
|||||||
- [Getting Started](#-getting-started)
|
- [Getting Started](#-getting-started)
|
||||||
- [Prerequisites](#-prerequisites)
|
- [Prerequisites](#-prerequisites)
|
||||||
- [Installation](#-Installation)
|
- [Installation](#-Installation)
|
||||||
|
- [Update](#-update)
|
||||||
- [Quick Start](#-quick-start)
|
- [Quick Start](#-quick-start)
|
||||||
- [Usage Example](#-usage-example)
|
- [Usage Example](#-usage-example)
|
||||||
- [Contributing](#-contributing)
|
- [Contributing](#-contributing)
|
||||||
@@ -65,11 +66,20 @@ The fastest way to install Bjorn is using the automatic installation script :
|
|||||||
```bash
|
```bash
|
||||||
# Download and run the installer
|
# Download and run the installer
|
||||||
wget https://raw.githubusercontent.com/infinition/Bjorn/refs/heads/main/install_bjorn.sh
|
wget https://raw.githubusercontent.com/infinition/Bjorn/refs/heads/main/install_bjorn.sh
|
||||||
sudo chmod +x install_bjorn.sh
|
sudo chmod +x install_bjorn.sh && sudo ./install_bjorn.sh
|
||||||
sudo ./install_bjorn.sh
|
|
||||||
# Choose the choice 1 for automatic installation. It may take a while as a lot of packages and modules will be installed. You must reboot at the end.
|
# Choose the choice 1 for automatic installation. It may take a while as a lot of packages and modules will be installed. You must reboot at the end.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 📦 Update
|
||||||
|
|
||||||
|
Bjorn can be updated by a simple exec of new binaries without delete files described on [Fresh Installation](DEVELOPMENT#-fresh-start).
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Download and run the installer
|
||||||
|
wget https://raw.githubusercontent.com/infinition/Bjorn/refs/heads/main/install_bjorn.sh
|
||||||
|
sudo chmod +x install_bjorn.sh && sudo ./install_bjorn.sh
|
||||||
|
```
|
||||||
|
|
||||||
## ⚡ Quick Start
|
## ⚡ Quick Start
|
||||||
|
|
||||||
**Need help ? You struggle to find Bjorn's IP after the installation ?**
|
**Need help ? You struggle to find Bjorn's IP after the installation ?**
|
||||||
|
|||||||
Reference in New Issue
Block a user