miliskur.py-guncelle
This commit is contained in:
parent
5e4b7b4454
commit
ee322e1fba
1 changed files with 10 additions and 6 deletions
|
@ -9,10 +9,12 @@ import os,sys,re,subprocess,time
|
||||||
import crypt
|
import crypt
|
||||||
|
|
||||||
os.system("mps -GG")
|
os.system("mps -GG")
|
||||||
os.system("pip_kur && pip3 install pythondialog")
|
if os.path.exists("/usr/bin/pip3") is False:
|
||||||
os.system("mps -G")
|
os.system("pip_kur && pip3 install pythondialog")
|
||||||
time.sleep(3)
|
if os.path.exists("/usr/bin/acp") is False:
|
||||||
os.system("mps kur advcp")
|
os.system("mps -G")
|
||||||
|
time.sleep(3)
|
||||||
|
os.system("mps kur advcp")
|
||||||
|
|
||||||
from dialog import Dialog
|
from dialog import Dialog
|
||||||
|
|
||||||
|
@ -120,8 +122,10 @@ def hedefBagla(hedef):
|
||||||
sistemKopyala()
|
sistemKopyala()
|
||||||
|
|
||||||
def sistemKopyala():
|
def sistemKopyala():
|
||||||
#os.system("acp -g -axnu / /mnt")
|
os.system("clear")
|
||||||
os.system("cp -axvnu / /mnt")
|
#print("\033c")
|
||||||
|
os.system("acp -g -axnu / /mnt")
|
||||||
|
#os.system("cp -axvnu / /mnt")
|
||||||
initrdOlustur()
|
initrdOlustur()
|
||||||
|
|
||||||
def initrdOlustur():
|
def initrdOlustur():
|
||||||
|
|
Loading…
Add table
Reference in a new issue