|
|
@@ -0,0 +1,31 @@
|
|
|
+#------------------------------------------------------------------------------#
|
|
|
+# OFFICIAL DEBIAN REPOS
|
|
|
+#------------------------------------------------------------------------------#
|
|
|
+
|
|
|
+###### Debian Main Repos
|
|
|
+deb http://deb.debian.org/debian/ stable main contrib non-free
|
|
|
+deb-src http://deb.debian.org/debian/ stable main contrib non-free
|
|
|
+
|
|
|
+deb http://deb.debian.org/debian/ stable-updates main contrib non-free
|
|
|
+deb-src http://deb.debian.org/debian/ stable-updates main contrib non-free
|
|
|
+
|
|
|
+#deb http://deb.debian.org/debian-security stable/updates main
|
|
|
+#deb-src http://deb.debian.org/debian-security stable/updates main
|
|
|
+
|
|
|
+deb http://security.debian.org/debian-security buster/updates main
|
|
|
+deb-src http://security.debian.org/debian-security buster/updates main
|
|
|
+
|
|
|
+deb http://ftp.debian.org/debian buster-backports main
|
|
|
+deb-src http://ftp.debian.org/debian buster-backports main
|
|
|
+
|
|
|
+#------------------------------------------------------------------------------#
|
|
|
+# UNOFFICIAL REPOS
|
|
|
+#------------------------------------------------------------------------------#
|
|
|
+
|
|
|
+###### 3rd Party Binary Repos
|
|
|
+###nginx
|
|
|
+deb [arch=amd64,i386] http://nginx.org/packages/debian/ buster nginx
|
|
|
+deb-src [arch=amd64,i386] http://nginx.org/packages/debian/ stretch nginx
|
|
|
+
|
|
|
+###PHP
|
|
|
+deb https://packages.sury.org/php/ buster main
|