Skip to content

Commit

Permalink
Update install.py
Browse files Browse the repository at this point in the history
  • Loading branch information
unkn0wnh4ckr authored Nov 19, 2020
1 parent 4d632a6 commit 7bf11de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
import os

print """\033[93m
THIS SCRIPT IS OUTDATED AND THE INSTALL IS BROKEN
I HAVE A SCRIPT THAT IS BETTER AND NEWER CALLED HTK-LITE
\033[0m
"""
def install():
os.system("apt update")
os.system("apt install python-tk")
Expand Down

1 comment on commit 7bf11de

@Minihacker786
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in this file has error

Please sign in to comment.