Skip to content

Commit 288fc90

Browse files
ggtrdggtrd
authored andcommitted
display first download output on update + update README
1 parent 9bebcf0 commit 288fc90

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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
5455
Launch an automatic update of everything on your system:
5556
```javascript
5657
sudo bp update -y
@@ -64,4 +65,10 @@ Get logs from last update:
6465
sudo bp update --get-logs
6566
```
6667

68+
### Linux firewall security
69+
Incoming
70+
71+
### Routes over VPN
72+
Incoming
73+
6774
<br>

bashpack.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,12 +451,12 @@ create_cli() {
451451
update_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...

0 commit comments

Comments
 (0)