Update changelog, Add ppa details README

This commit is contained in:
Lakindu Akash 2021-01-23 07:52:54 +05:30
parent cc2cbebe33
commit 232a2bb800
No known key found for this signature in database
GPG Key ID: 87D9889F7A634A38
2 changed files with 12 additions and 2 deletions

View File

@ -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)
<!-- - [linux-wifi-hotspot_3.5.1_amd64.deb](https://github.com/lakinduakash/linux-wifi-hotspot/releases/download/v3.5.1/linux-wifi-hotspot_3.5.1_amd64.deb) -->
**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:

4
debian/changelog vendored
View File

@ -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 <snhardin@users.noreply.github.com> Wed, 21 Oct 2020 19:21:49 -0700
-- Lakindu Akash <lakinduakash@users.noreply.github.com> Sat, 23 Jan 2021 06:34:00 +0530