This commit is contained in:
BarsTiger
2022-02-24 08:33:34 +02:00
parent aadb48c2b6
commit 2278bde59c
5 changed files with 9 additions and 4 deletions

View File

@@ -29,7 +29,6 @@ def install(package):
os.makedirs('{1}apps\{0}'.format(r['name'], horsy_vars.horsypath))
# Get all download files urls
print(f"Downloading {r['url'].split('/')[-1]}")
to_download = [r['url']]
if r['download']:
print(f"Found dependency")