Advertisement
Guest User

Untitled

a guest
Jul 14th, 2011
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1.  
  2. Debut du script
  3. >>> cp /etc/apt/sources.list /etc/apt/sources.list-BACKUP
  4. >>> wget --no-check-certificate -O /etc/apt/sources.list https://raw.github.com/nicolargo/debianpostinstall/master/sources.list-debian6desktop
  5. --2011-07-14 10:26:28-- https://raw.github.com/nicolargo/debianpostinstall/master/sources.list-debian6desktop
  6. Résolution de raw.github.com... 207.97.227.243
  7. Connexion vers raw.github.com|207.97.227.243|:443...connecté.
  8. requête HTTP transmise, en attente de la réponse...200 OK
  9. Longueur: 3094 (3,0K) [text/plain]
  10. Sauvegarde en : «/etc/apt/sources.list»
  11.  
  12. 0K ... 100% 465M=0s
  13.  
  14. 2011-07-14 10:26:29 (465 MB/s) - «/etc/apt/sources.list» sauvegardé [3094/3094]
  15.  
  16. >>> sh -c wget --no-check-certificate -O - http://www.dotdeb.org/dotdeb.gpg | apt-key add -
  17. wget: URL manquante
  18. Usage: wget [OPTION]... [URL]...
  19.  
  20. Essayez « wget --help » pour plus d'informations.
  21. >>> sh -c wget --no-check-certificate -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
  22. wget: URL manquante
  23. Usage: wget [OPTION]... [URL]...
  24.  
  25. Essayez « wget --help » pour plus d'informations.
  26. >>> sh -c gpg --keyserver pgp.mit.edu --recv-keys 0xd66b746e && gpg --export --armor 0xd66b746e | apt-key add -
  27.  
  28. gpg: Interrupt caught ... exiting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement