From 9b3bc8241241fa63c758daa0812a6e0cacd411ba Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Wed, 12 Oct 2022 12:54:19 +0500 Subject: [PATCH] local --- install/install.py | 1 - 1 file changed, 1 deletion(-) diff --git a/install/install.py b/install/install.py index a2b8bd29e..058177119 100755 --- a/install/install.py +++ b/install/install.py @@ -1457,7 +1457,6 @@ autocreate_system_folders = On lscpdPath = '/usr/local/lscp/bin/lscpd' - lscpdSelection = 'lscpd-0.3.1' if os.path.exists('/etc/lsb-release'): result = open('/etc/lsb-release', 'r').read()