Guest User

Instalacion de Megatools en Ubuntu

a guest
Aug 2nd, 2017
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. apt-get update && apt-get upgrade -y && apt-get install screen joe -y
  2.  
  3. joe /etc/apt/sources.list
  4.  
  5. deb http://ftp.de.debian.org/debian/ unstable main non-free contrib
  6. deb-src http://ftp.de.debian.org/debian/ unstable main non-free contrib
  7.  
  8. Luego presionamos Ctrl+K+X
  9.  
  10. apt-get update
  11.  
  12. apt-get install megatools
  13.  
  14. joe .megarc
  15.  
  16. #Especificar nombres de usuarios y contraseña.
  17. [Login]
  18. Username = correo@mail.ltd
  19. Password = Contraseña
  20.  
  21. https://megatools.megous.com/man/megatools.html
Add Comment
Please, Sign In to add comment