This commit is contained in:
2022-09-19 14:03:31 +03:00
parent 4b41deeeaa
commit 573dbc3b67
+12
View File
@@ -0,0 +1,12 @@
sudo tee /etc/apt/sources.list > /dev/null <<EOF
deb http://ftp.debian.org/debian buster main contrib non-free
deb-src http://ftp.debian.org/debian buster main contrib non-free
deb http://ftp.debian.org/debian buster-updates main contrib non-free
deb-src http://ftp.debian.org/debian buster-updates main contrib non-free
deb http://security.debian.org/ buster/updates main contrib non-free
deb-src http://security.debian.org/ buster/updates main contrib non-free
deb http://ftp.debian.org/debian buster-backports main contrib non-free
EOF