From c370c160d56ebca9ebb8092c00798c99f994f11f Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 24 Aug 2017 01:49:34 -0400 Subject: [scripts] use sudo for installing helpers --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 99bf5597..bf5c6805 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3