Remove xrdp from basictools add git and vim
This commit is contained in:
parent
94ff8d2ce2
commit
ecc63013c1
@ -4,8 +4,10 @@ import subprocess
|
|||||||
def basic_tools():
|
def basic_tools():
|
||||||
"""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 wget",
|
subprocess.run(
|
||||||
shell=True)
|
"apt update && apt-get install -y bleachbit nano htop bash-completion dialog powertop tree wget vim git",
|
||||||
|
shell=True
|
||||||
|
)
|
||||||
print("Script ran to completion.")
|
print("Script ran to completion.")
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user