Add wget to basic_tools
This commit is contained in:
parent
657b864202
commit
d53ad4b684
@ -6,7 +6,8 @@ class ToolsInstaller:
|
|||||||
def basic_tools(self):
|
def basic_tools(self):
|
||||||
"""Install the most basic tools!"""
|
"""Install the most basic tools!"""
|
||||||
print("Try to install basic Command-line 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.")
|
print("Script ran to completion.")
|
||||||
|
|
||||||
def hard_drive_tools(self):
|
def hard_drive_tools(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user