miliskur.py-guncelleme

This commit is contained in:
milisman 2016-10-09 05:07:49 +03:00
parent 9ad786c74a
commit e3cc44658a
1 changed files with 4 additions and 2 deletions

View File

@ -8,8 +8,9 @@
import os,sys,re,subprocess,time
import crypt
os.system("mps -GG")
os.system("pip_kur && pip3 install pythondialog")
os.system("mps -G && mps -kur advcp")
os.system("mps -G && mps kur advcp")
from dialog import Dialog
@ -111,7 +112,8 @@ def formatPart(part):
hedefBagla(hedef)
def hedefBagla(hedef):
os.system("umount /mnt && mount "+hedef+" /mnt")
os.system("umount /mnt && umount "+hedef+" && mount "+hedef+" /mnt")
d.infobox(text="hedef disk bağlandı.")
sistemKopyala()
def sistemKopyala():