Skip to content

Commit

Permalink
fix for Dell Support Assist
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrlaczykowski committed Jun 7, 2024
1 parent 241e921 commit ddeaea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dell.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def check_and_launch_dell_support_assist():
launch_dell_support_assist()
except FileNotFoundError:
install_support_assist()
else:
print("This is not a Dell PC")

def dell():
print(mobo_manufacturer())
Expand Down

0 comments on commit ddeaea2

Please sign in to comment.