Skip to content

Commit

Permalink
Fix new line
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmattssonm committed May 5, 2020
1 parent 141a18f commit 669f14e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.py
Expand Up @@ -126,6 +126,7 @@ def is_debian():
try:
version = platform.version()
print("OS Version: " + version)

if version.find("Ubuntu") > -1:
return True

Expand Down

0 comments on commit 669f14e

Please sign in to comment.