Merge branch 'master' into dev

This commit is contained in:
Lakindu Akash 2020-10-28 21:27:09 +05:30
commit 060b6d585b
No known key found for this signature in database
GPG Key ID: 87D9889F7A634A38
2 changed files with 14 additions and 1 deletions

View File

@ -28,6 +28,19 @@ Sometimes there are troubles with **5Ghz bands** due to some vendor restrictions
If any problems with **RealTeK Wifi Adapters** see [this](docs/howto/realtek.md)
### Installation
#### Debian/Ubuntu
Download the debian package from latest [release](https://github.com/lakinduakash/linux-wifi-hotspot/releases/latest)
- [linux-wifi-hotspot_3.1.2_amd64.deb](https://github.com/lakinduakash/linux-wifi-hotspot/releases/download/v3.1.2/linux-wifi-hotspot_3.1.2_amd64.deb)
#### Arch based distributions
Install by typing
`yay -Sy linux-wifi-hotspot`
### Dependencies
#### General

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
linux-wifi-hotspot (3.1.1) UNRELEASED; urgency=low
linux-wifi-hotspot (3.1.2) UNRELEASED; urgency=low
* Initial release.