Skip to content

Commit

Permalink
Update and rename terms&conditions.py to installerwizard.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHatCyberus authored Feb 18, 2023
1 parent d24133e commit 2ea3ece
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def agree():
result=messagebox.askokcancel("Agreement Confirmation","By clicking 'OK', you agree with the t&c")
if(result==True):
snort.destroy()
os.system("sudo python3 setup.py")
os.system("sudo python3 resources.py")
def disagree():
result=messagebox.askyesno("Disagreement Confirmation","To ensure proper functioning of application, accept the t&c")
if(result==False):
Expand All @@ -52,4 +52,4 @@ def disagree():
agreebtn.place(x=430,y=380)
disagreebtn.place(x=500,y=380)
snort.resizable(False,False)
snort.mainloop()
snort.mainloop()

0 comments on commit 2ea3ece

Please sign in to comment.