summaryrefslogtreecommitdiff
path: root/Scripts/JUUPPA.py
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/JUUPPA.py')
-rw-r--r--Scripts/JUUPPA.py6
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])