diff options
author | Julian <Julianteule@gmail.com> | 2017-02-01 10:36:42 +0100 |
---|---|---|
committer | Julian <Julianteule@gmail.com> | 2017-02-01 10:36:42 +0100 |
commit | 2eb28948556f464980cf4296c09d044c21bc84de (patch) | |
tree | a71c8976591986341020b0bc678057b584240047 /Scripts/JUUPPA.py | |
parent | 076f4801a51216d1d5f4aec9ccfbcf77382fea87 (diff) |
cool
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]) |