Skip to content

Code edit to disable "Check for Updates? [y/n]"? #415

Answered by awpeoith1254
huyzer asked this question in Q&A
Discussion options

You must be logged in to vote

if you really want to you can edit the file installer.py -- look for this section and comment it out (in Python that is with '#') or remove it and save. I wouldn't suggest it though for the reasons C0untFloyd mentioned in the other post.

else:
# moved update from batch to here, because of batch limitations
updatechoice = input("Check for Updates? [y/n]").lower()
if updatechoice == "y":
update_dependencies()

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@huyzer
Comment options

Answer selected by huyzer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants