Guest User

Instalacion de Megatools en Ubuntu 16.04.2

a guest
Aug 2nd, 2017
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 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 && apt-get install megatools -y
  11.  
  12. adduser --disabled-login mega
  13.  
  14. #Especificar nombres de usuarios y contraseña.
  15. [Login]
  16. Username = correo@mail.ltd
  17. Password = Contraseña
  18.  
  19. https://megatools.megous.com/man/megatools.html
Add Comment
Please, Sign In to add comment