~edutictac/+junk/easyinstall

« back to all changes in this revision

Viewing changes to src/easyinstall/repositoris.class

  • Committer: Samuel Soriano
  • Date: 2011-06-26 19:12:00 UTC
  • Revision ID: sasogu@gmail.com-20110626191200-kel3s8utrde06rj0
canvis i millores ara es poden clonar totes les aplicacions d'un pc

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
SHELL "gksu chmod 777 /etc/apt/sources.list" WAIT 
45
45
path = "/etc/apt/sources.list"
46
46
TRY hFile = OPEN path FOR WRITE APPEND
47
 
TRY PRINT #hFile, "deb http://lliurex.net/leia llx1009 main restricted universe multiverse partner\n"
 
47
TRY PRINT #hFile, "deb http://lliurex.net/marty llx1109 main restricted universe multiverse partner\n"
48
48
' PRINT #hFile, "Y mas y mas\n"
49
49
TRY hFile.Close
50
50
WAIT 1
51
51
SHELL "gksu chmod 755 /etc/apt/sources.list"
52
52
SHELL "gksu apt-get update" WAIT 
 
53
Message.Info(("Proceso finalizado"))
53
54
END
54
 
 
 
55
  
55
56
 
56
57
 
57
58
PUBLIC SUB RadioButtonnvidia_Click()