From 905f765e41f3a82c3d9c68ff85fc61a2495b81dd Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Sat, 23 Jan 2021 22:40:27 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d62b856..e0c2aba 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Download the debian package from latest [release](https://github.com/lakinduakas ```bash sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com' --recv-key CF5822229C773847E8E991972E2DF77ABB5D3237 -sudo add-apt-repository --remove ppa:lakinduakash/lwh +sudo add-apt-repository ppa:lakinduakash/lwh sudo apt install linux-wifi-hotspot ``` @@ -140,4 +140,4 @@ Copyright (c) 2013, oblique Copyright (c) 2020, lakinduakash -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Flakinduakash%2Flinux-wifi-hotspot.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Flakinduakash%2Flinux-wifi-hotspot?ref=badge_large) \ No newline at end of file +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Flakinduakash%2Flinux-wifi-hotspot.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Flakinduakash%2Flinux-wifi-hotspot?ref=badge_large) From a9e1f31e8018124777b72599c41709ba69f23ab4 Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Sat, 23 Jan 2021 23:05:08 +0530 Subject: [PATCH 2/2] Update ubuntu ppa instructions --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e0c2aba..1196fea 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,6 @@ Download the debian package from latest [release](https://github.com/lakinduakas **OR** ```bash - -sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com' --recv-key CF5822229C773847E8E991972E2DF77ABB5D3237 sudo add-apt-repository ppa:lakinduakash/lwh sudo apt install linux-wifi-hotspot