summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-27 05:40:28 +0300
committerDimitris Kiziridis2020-05-27 05:40:28 +0300
commita6dd7cafd42a170906fc2614c26f7d197a311b9a (patch)
tree2c26d1ec205930dd883c8d79ac87c136ba112e65
parentefe756585e64fce80271e9a775f417b5277be43a (diff)
downloadaur-a6dd7cafd42a170906fc2614c26f7d197a311b9a.tar.gz
update *.install file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--linux-wifi-hotspot.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93e4686d8cdf..7b3f767e0ca2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-wifi-hotspot
pkgdesc = Create virtual wifi hotspot using same wifi card which is connected to an AP + many features (a GUI tool)
pkgver = 2.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lakinduakash/linux-wifi-hotspot
install = linux-wifi-hotspot.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 324be2666e4a..211e39004c35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=linux-wifi-hotspot
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc='Create virtual wifi hotspot using same wifi card which is connected to an AP + many features (a GUI tool)'
arch=('x86_64')
url='https://github.com/lakinduakash/linux-wifi-hotspot'
diff --git a/linux-wifi-hotspot.install b/linux-wifi-hotspot.install
index 7a045ce43076..7dfdee544aae 100644
--- a/linux-wifi-hotspot.install
+++ b/linux-wifi-hotspot.install
@@ -1,6 +1,6 @@
post_install() {
# Execute create_ap without asking for a password
- echo 'ALL ALL=NOPASSWD: /usr/bin/create_ap' | sudo EDITOR='tee -a' visudo -f /etc/sudoers.d/create_ap
+ echo "ALL ALL=NOPASSWD: /usr/bin/create_ap" | (sudo su -c 'EDITOR="tee -a" visudo -f /etc/sudoers.d/create_ap')
}
post_remove() {