From 984c519c2a22d32e10eceda3e4464cb5c6f5b54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Meni=C3=B1o?= Date: Tue, 20 Oct 2020 12:45:59 -0500 Subject: [PATCH] Release 0.4.1 --- ChangeLog | 3 +++ README.md | 5 ++++- broadcomctl.sh | 6 +++--- install.sh | 6 +++--- uninstall.sh | 6 +++--- 5 files changed, 16 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index d75af0a..e9e4fd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Change Log: + * 0.4.1 (2020/10/20) + + Documentation + * 0.4 (2020/05/09) + Uninstall script + Documentation diff --git a/README.md b/README.md index 16feb6b..c540782 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@

brcm-BCM4350-ctl

+

Version: 0.4.1

Broadcom BCM4350 Workaround Fedora 29/30/31/32

@@ -6,6 +7,8 @@

+[WebSite](https://lab.mfwlab.com/lab/brcm-BCM4350-ctl/) + ## Table of contents * [How to Use](#how-to-use) @@ -70,7 +73,7 @@ Install scrip: ## Control the service -Control the service from systemd: +Control the systemd service: ``` # systemctl start broadcomctl diff --git a/broadcomctl.sh b/broadcomctl.sh index 82ec4b5..2549286 100755 --- a/broadcomctl.sh +++ b/broadcomctl.sh @@ -2,12 +2,12 @@ #---------------------------------------------------------------------------------------- # brcm-BCM4350-ctl -# Version: 0.4 +# Version: 0.4.1 # # WebSite: -# https://github.com/pablomenino/brcm-BCM4350-ctl +# https://lab.mfwlab.com/lab/brcm-BCM4350-ctl/ # -# Copyright © 2020 - Pablo Meniño +# Copyright © 2020 - Pablo Meniño #---------------------------------------------------------------------------------------- #---------------------------------------------------------------------------------------- diff --git a/install.sh b/install.sh index 1af47a2..99d6a29 100755 --- a/install.sh +++ b/install.sh @@ -2,12 +2,12 @@ #---------------------------------------------------------------------------------------- # brcm-BCM4350-ctl -# Version: 0.4 +# Version: 0.4.1 # # WebSite: -# https://github.com/pablomenino/brcm-BCM4350-ctl +# https://lab.mfwlab.com/lab/brcm-BCM4350-ctl/ # -# Copyright © 2020 - Pablo Meniño +# Copyright © 2020 - Pablo Meniño #---------------------------------------------------------------------------------------- #---------------------------------------------------------------------------------------- diff --git a/uninstall.sh b/uninstall.sh index 250dbfd..2ed665d 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -2,12 +2,12 @@ #---------------------------------------------------------------------------------------- # brcm-BCM4350-ctl -# Version: 0.4 +# Version: 0.4.1 # # WebSite: -# https://github.com/pablomenino/brcm-BCM4350-ctl +# https://lab.mfwlab.com/lab/brcm-BCM4350-ctl/ # -# Copyright © 2020 - Pablo Meniño +# Copyright © 2020 - Pablo Meniño #---------------------------------------------------------------------------------------- #----------------------------------------------------------------------------------------