Merge pull request #134 from lakinduakash/dev

Add ubuntu PPA details
This commit is contained in:
Lakindu Akash 2021-01-23 22:39:37 +05:30 committed by GitHub
commit d6ba3f08e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.5) UNRELEASED; 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