From 232a2bb8005d5f0791ab454631c2411fb73fafff Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Sat, 23 Jan 2021 07:52:54 +0530 Subject: [PATCH 1/2] Update changelog, Add ppa details README --- README.md | 10 ++++++++++ debian/changelog | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fe5493..d62b856 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,16 @@ If any problems with **RealTeK Wifi Adapters** see [this](docs/howto/realtek.md) Download the debian package from latest [release](https://github.com/lakinduakash/linux-wifi-hotspot/releases/latest) +**OR** + +```bash + +sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com' --recv-key CF5822229C773847E8E991972E2DF77ABB5D3237 +sudo add-apt-repository --remove ppa:lakinduakash/lwh +sudo apt install linux-wifi-hotspot + +``` + #### Arch based distributions Install with: diff --git a/debian/changelog b/debian/changelog index 685a913..6383d04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -linux-wifi-hotspot (3.6.2) UNRELEASED; urgency=low +linux-wifi-hotspot (3.6.2) focal; urgency=low * Update Icon - -- Scott Hardin Wed, 21 Oct 2020 19:21:49 -0700 + -- Lakindu Akash Sat, 23 Jan 2021 06:34:00 +0530 From 516df2ab451826aa12a061e9eccc49c369401949 Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Sat, 23 Jan 2021 22:13:50 +0530 Subject: [PATCH 2/2] debian chanlog update --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6383d04..b87136e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -linux-wifi-hotspot (3.6.2) focal; urgency=low +linux-wifi-hotspot (3.6.5) UNRELEASED; urgency=low * Update Icon