diff --git a/scripts/installer.py b/scripts/installer.py index ce1e123..c1ff089 100755 --- a/scripts/installer.py +++ b/scripts/installer.py @@ -211,7 +211,7 @@ if os.path.isfile(path + "winsw.exe"): print("The script will prompt for administrator to remove the already installed service") sleep(1) - subprocess.run[path + "winsw.exe", "uninstall"] + subprocess.run([path + "winsw.exe", "uninstall"]) subprocess.run(["curl", "-o", path + "winsw.exe", "-L", "https://github.com/winsw/winsw/releases/latest/download/WinSW-x64.exe"])