Skip to content

Commit

Permalink
Set wsl apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed May 12, 2023
1 parent 61a5cc1 commit 5196055
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions systems_manager/systems_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,8 @@ def set_applications(self, applications):
self.applications = ["discord", "dos2unix", "python3"]
elif self.operating_system == "Windows":
self.applications = ["Python.Python.3"]
else:
self.applications = ["dos2unix", "python3"]
elif applications == "all" or "all" in applications:
if self.operating_system == "Ubuntu":
print("Set all apps")
Expand Down

0 comments on commit 5196055

Please sign in to comment.