Advertisement
Guest User

Megatools Installation Deutsch

a guest
Mar 10th, 2016
769
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. apt-get update && apt-get upgrade -y && apt-get install screen joe -y
  2.  
  3. #speichern in JOE, mit Strg+K+X
  4. joe /etc/apt/sources.list
  5.  
  6. deb http://ftp.de.debian.org/debian/ unstable main non-free contrib
  7. deb-src http://ftp.de.debian.org/debian/ unstable main non-free contrib
  8.  
  9. apt-get update && apt-get install megatools -y
  10.  
  11. adduser --disabled-login mega
  12.  
  13. #Einfach Benutzername & Passwort angeben.
  14. [Login]
  15. Username = account@mail.tld
  16. Password = PW12345
  17.  
  18. https://megatools.megous.com/man/megatools.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement