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