diff --git a/modules/install/ToolsInstaller.py b/modules/install/ToolsInstaller.py index 4538361..e6c64f9 100644 --- a/modules/install/ToolsInstaller.py +++ b/modules/install/ToolsInstaller.py @@ -6,7 +6,8 @@ class ToolsInstaller: def basic_tools(self): """Install the most basic tools!""" print("Try to install basic Command-line tools") - subprocess.run("apt-get install -y bleachbit nano xrdp htop bash-completion dialog powertop tree", shell=True) + subprocess.run("apt-get install -y bleachbit nano xrdp htop bash-completion dialog powertop tree wget", + shell=True) print("Script ran to completion.") def hard_drive_tools(self):