File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ sudo bp --self-delete
5050
5151<br >
5252
53- ## Unified Linux updates
53+ ## Features details
54+ ### Unified Linux updates
5455Launch an automatic update of everything on your system:
5556``` javascript
5657sudo bp update - y
@@ -64,4 +65,10 @@ Get logs from last update:
6465sudo bp update -- get- logs
6566```
6667
68+ ### Linux firewall security
69+ Incoming
70+
71+ ### Routes over VPN
72+ Incoming
73+
6774<br >
Original file line number Diff line number Diff line change @@ -451,12 +451,12 @@ create_cli() {
451451update_cli () {
452452 # Download a first time the latest version from the "main" branch to be able to launch the installation script from it to get latest modifications.
453453 # Ths install function will download the well-named archive with the version name
454- # (so yes, it means that we download the CLI twice, and it's why we don't display the output here )
454+ # (so yes, it means that the CLI is downloaded twice )
455455
456456 # download_cli "main" # Github main branch
457457 # download_cli "main" 2>&1 > /dev/null # Github main branch
458- download_cli " $URL " 2>&1 > /dev/null # Github latest tarball
459- # download_cli "$URL" # Github latest tarball
458+ # download_cli "$URL" 2>&1 > /dev/null # Github latest tarball
459+ download_cli " $URL " # Github latest tarball
460460
461461 # # Delete current installed version to clean all old files
462462 # /!\ Deactivated for now because if we delete the last release from Github, the CLI is just beeing removed from the system...
You can’t perform that action at this time.
0 commit comments