From 8e0a8fae9f1e3c7897754174ccee36edd1285056 Mon Sep 17 00:00:00 2001 From: mbusb Date: Sat, 30 Dec 2017 11:57:36 +0530 Subject: [PATCH] modify install.py --- install.py | 1 - 1 file changed, 1 deletion(-) diff --git a/install.py b/install.py index ca00cc5..12c937e 100644 --- a/install.py +++ b/install.py @@ -13,7 +13,6 @@ import urllib.error import urllib.parse import subprocess - if not os.getuid() == 0: print("You must run this file with admin privilege.") print("Try sudo ./install.py")