miliskurulum
This commit is contained in:
parent
753b96b6fd
commit
e0a78da199
1 changed files with 5 additions and 0 deletions
|
@ -259,6 +259,11 @@ def sistemKopyala(baglam):
|
||||||
komut="mkdir -p "+baglam+"/"+ydizin
|
komut="mkdir -p "+baglam+"/"+ydizin
|
||||||
os.system(komut)
|
os.system(komut)
|
||||||
print (ydizin,"oluşturuldu.")
|
print (ydizin,"oluşturuldu.")
|
||||||
|
# kurulum.desktop silinmesi
|
||||||
|
komut="rm /root/Masaüstü/kurulum.desktop"
|
||||||
|
komut2="rm /root/Desktop/kurulum.desktop"
|
||||||
|
os.system(komut)
|
||||||
|
os.system(komut2)
|
||||||
#yükleme akışı için acp
|
#yükleme akışı için acp
|
||||||
#os.system("acp -g -axnu / "+baglam)
|
#os.system("acp -g -axnu / "+baglam)
|
||||||
#normal cp
|
#normal cp
|
||||||
|
|
Loading…
Add table
Reference in a new issue