Changed setup.py

This commit is contained in:
Jeroen Oudshoorn
2024-01-28 22:05:14 +01:00
parent 54c1ffd63c
commit a0b5078b64
2 changed files with 0 additions and 8 deletions

View File

@ -1 +0,0 @@
hcxtools

View File

@ -30,13 +30,6 @@ def install_file(source_filename, dest_filename):
def install_system_files(): def install_system_files():
f = open("apt_packages.txt", "r")
for x in f:
if x == "":
continue
os.system(f"apt-get install {x}")
f.close()
setup_path = os.path.dirname(__file__) setup_path = os.path.dirname(__file__)
data_path = os.path.join(setup_path, "builder/data") data_path = os.path.join(setup_path, "builder/data")