debian.repo 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. apt install curl wget apt-transport-https dirmngr
  2. wget http://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb && dpkg -i deb-multimedia-keyring_2016.8.1_all.deb
  3. curl https://repo.dovecot.org/DOVECOT-REPO-GPG | gpg --import && gpg --export ED409DA1 > /etc/apt/trusted.gpg.d/dovecot.gpg
  4. wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
  5. apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8
  6. wget https://nginx.org/keys/nginx_signing.key && apt-key add nginx_signing.key
  7. curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
  8. wget -q -O- https://packages.sury.org/php/apt.gpg | apt-key add -
  9. wget http://www.webmin.com/jcameron-key.asc && apt-key add jcameron-key.asc && rm jcameron-key.asc
  10. curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
  11. -
  12. deb http://cdn-fastly.deb.debian.org/debian/ buster main contrib non-free
  13. deb-src http://cdn-fastly.deb.debian.org/debian/ buster main contrib non-free
  14. deb http://cdn-fastly.deb.debian.org/debian/ buster-updates main contrib non-free
  15. deb-src http://cdn-fastly.deb.debian.org/debian/ buster-updates main contrib non-free
  16. deb http://security.debian.org/ buster/updates main contrib non-free
  17. deb-src http://security.debian.org/ buster/updates main contrib non-free
  18. #------------------------------------------------------------------------------#
  19. # UNOFFICIAL REPOS
  20. #------------------------------------------------------------------------------#
  21. ###### 3rd Party Binary Repos
  22. ###Debian Multimedia
  23. deb [arch=amd64,i386] https://www.deb-multimedia.org buster main non-free
  24. ###Dovecot
  25. deb https://repo.dovecot.org/ce-2.3-latest/debian/buster buster main
  26. ###LLVM + Clang + compiler-rt + polly + LLDB + LLD + libFuzzer + libc++ + libc++abi + openmp
  27. deb http://apt.llvm.org/stretch/ llvm-toolchain-buster main
  28. deb-src http://apt.llvm.org/stretch/ llvm-toolchain-stretch main
  29. ###MariaDB
  30. deb [arch=i386,amd64] http://mirror.23media.de/mariadb/repo/10.2/debian stretch main
  31. deb-src [arch=i386,amd64] http://mirror.23media.de/mariadb/repo/10.2/debian stretch main
  32. ###nginx
  33. deb [arch=amd64,i386] http://nginx.org/packages/debian/ buster nginx
  34. deb-src [arch=amd64,i386] http://nginx.org/packages/debian/ stretch nginx
  35. ###NodeJs
  36. deb https://deb.nodesource.com/node_12.x buster main
  37. deb-src https://deb.nodesource.com/node_12.x buster main
  38. ###PHP
  39. deb https://packages.sury.org/php/ buster main
  40. ###Webmin
  41. deb http://download.webmin.com/download/repository sarge contrib
  42. ###yarn
  43. deb https://dl.yarnpkg.com/debian/ stable main