diff options
author | Kali Kaneko <kali@leap.se> | 2017-08-24 01:49:34 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-08-30 16:18:07 -0400 |
commit | c370c160d56ebca9ebb8092c00798c99f994f11f (patch) | |
tree | 8a756ce3a6110867ebb5fba9cd3cf783e9b7cc1e | |
parent | 116af66d410ee3a4ee69a8fa25c6036ed1c2411f (diff) |
[scripts] use sudo for installing helpers
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,8 +51,8 @@ test_functional_graphical: behave --tags ~@wip --tags @smoke tests/functional/features -k -D host=localhost install_helpers: - cp src/leap/bitmask/vpn/helpers/linux/bitmask-root /usr/local/sbin/ - cp src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.policy /usr/share/polkit-1/actions/ + sudo cp src/leap/bitmask/vpn/helpers/linux/bitmask-root /usr/local/sbin/ + sudo cp src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.policy /usr/share/polkit-1/actions/ install_pixelated: pip install leap.pixelated leap.pixelated-www |