mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-10 06:00:11 +00:00
Merge branch 'dev' of https://github.com/lakinduakash/linux-wifi-hotspot into dev
This commit is contained in:
commit
3f2379eedd
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ test:
|
|||||||
|
|
||||||
install-cli-only:
|
install-cli-only:
|
||||||
@echo "Installing command line interface only..."
|
@echo "Installing command line interface only..."
|
||||||
cd src/scripts && $(MAKE) install
|
cd src/scripts && $(MAKE) install-cli-only
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
@echo "Uninstalling..."
|
@echo "Uninstalling..."
|
||||||
|
@ -47,6 +47,7 @@ Download the debian package from latest [release](https://github.com/lakinduakas
|
|||||||
**OR**
|
**OR**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# For ubuntu only
|
||||||
sudo add-apt-repository ppa:lakinduakash/lwh
|
sudo add-apt-repository ppa:lakinduakash/lwh
|
||||||
sudo apt install linux-wifi-hotspot
|
sudo apt install linux-wifi-hotspot
|
||||||
|
|
||||||
@ -131,6 +132,12 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for more info.
|
|||||||
## Disclaimer
|
## Disclaimer
|
||||||
<div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
|
<div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
|
||||||
|
|
||||||
|
|
||||||
|
## Stargazers over time
|
||||||
|
|
||||||
|
[![Stargazers over time](https://starchart.cc/lakinduakash/linux-wifi-hotspot.svg)](https://starchart.cc/lakinduakash/linux-wifi-hotspot)
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
FreeBSD
|
FreeBSD
|
||||||
|
|
||||||
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,6 +1,5 @@
|
|||||||
linux-wifi-hotspot (4.4.0) UNRELEASED; urgency=low
|
linux-wifi-hotspot (4.4.0) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Add qr code generate support
|
* Minor secrurty fixes
|
||||||
* Fix error when listing connected devices
|
|
||||||
|
|
||||||
-- Lakindu Akash <lakinduakash@users.noreply.github.com> Sat, 18 Oct 2021 04:12:00 +0530
|
-- Lakindu Akash <lakinduakash@users.noreply.github.com> Sat, 26 Oct 2021 19:07:00 +0530
|
@ -15,7 +15,7 @@
|
|||||||
https://github.com/lakinduakash/linux-wifi-hotspot</property>
|
https://github.com/lakinduakash/linux-wifi-hotspot</property>
|
||||||
<property name="website">https://github.com/lakinduakash/linux-wifi-hotspot</property>
|
<property name="website">https://github.com/lakinduakash/linux-wifi-hotspot</property>
|
||||||
<property name="website_label" translatable="yes">Star on Github</property>
|
<property name="website_label" translatable="yes">Star on Github</property>
|
||||||
<property name="license" translatable="yes">Copyright (c) 2020, lakinduaksh
|
<property name="license" translatable="yes">Copyright (c) 2021, lakinduaksh
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
Loading…
Reference in New Issue
Block a user