diff options
author | Julian <julianteule@gmail.com> | 2017-01-24 18:46:34 +0100 |
---|---|---|
committer | Julian <julianteule@gmail.com> | 2017-01-24 18:46:34 +0100 |
commit | c8eb10a6e5a9be31ac703cf9efce6f40817760da (patch) | |
tree | 62bc8a0a46e3f908ef840d867833276ee56416a2 /Scripts/JUUPPA.py | |
parent | 076f4801a51216d1d5f4aec9ccfbcf77382fea87 (diff) |
Added more scripts
Diffstat (limited to 'Scripts/JUUPPA.py')
-rw-r--r-- | Scripts/JUUPPA.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Scripts/JUUPPA.py b/Scripts/JUUPPA.py index cc70ff5..75abc0c 100644 --- a/Scripts/JUUPPA.py +++ b/Scripts/JUUPPA.py @@ -46,7 +46,7 @@ if element != None: print("Updating packages") os.system("sudo apt update") - print("Installing", "grub-customizer") - os.system("sudo apt install " + "grub-customizer") + print("Installing", results[index-1][0]) + os.system("sudo apt install " + results[index-1][0]) else: - print("No results where found for", sys.argv[1])
\ No newline at end of file + print("No results where found for", sys.argv[1]) |