Fix bugs
This commit is contained in:
parent
6c5efd6f0d
commit
17367f644d
1 changed files with 1 additions and 1 deletions
|
@ -1262,7 +1262,7 @@ class Main(Quick):
|
||||||
|
|
||||||
def install_(self):
|
def install_(self):
|
||||||
self.close()
|
self.close()
|
||||||
subprocess.call('sudo sh /etc/calamares/launch.sh')
|
subprocess.call('sudo sh /etc/calamares/launch.sh',shell=True)
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(Main, self).__init__()
|
super(Main, self).__init__()
|
||||||
|
|
Loading…
Add table
Reference in a new issue