From a37c693568e63f897126232aa1d1bb9bf60718e2 Mon Sep 17 00:00:00 2001 From: YourSandwich Date: Sat, 1 May 2021 14:43:58 +0200 Subject: [PATCH] a small change --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 29fc502..e85a284 100644 --- a/main.py +++ b/main.py @@ -6,9 +6,9 @@ import sys,os # TODO: Fix the install Process function. # TODO: Change Bash cut to RegEx -# TODO: Implement when ListItem selected and install pressed, to parse the array and download the right Kernel with wget from the Archive +# TODO: Implement when ListItem selected and install pressed, to parse the array and download the right Kernel with wget or cURL from the Archive # TODO: Implement resizible Windows - +# TODO: Clean the code. ## Creating the MainWindow class Window(QWidget):