mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2026-06-06 14:41:07 +00:00
edited wpa functions, added scripts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# set project name
|
||||
set (SUBPROJECT netctl-gui-scripts)
|
||||
message (STATUS "Subproject ${SUBPROJECT}")
|
||||
|
||||
install (FILES netctl-gui-netctl DESTINATION bin
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
|
||||
install (FILES netctl-gui-wpa_supplicant DESTINATION bin
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
/usr/bin/netctl $@
|
||||
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
wpa_supplicant $@
|
||||
|
||||
Reference in New Issue
Block a user