|
@ -41,7 +41,7 @@ if ! type -p fzf; then |
|
|
case $(lsb_release -is) in |
|
|
case $(lsb_release -is) in |
|
|
Debian) |
|
|
Debian) |
|
|
case $(lsb_release -rs) in |
|
|
case $(lsb_release -rs) in |
|
|
9) |
|
|
|
|
|
|
|
|
9|9.*) |
|
|
backports_list="/etc/apt/sources.list.d/backports.list" |
|
|
backports_list="/etc/apt/sources.list.d/backports.list" |
|
|
if ! [ -e "$backports_list" ]; then |
|
|
if ! [ -e "$backports_list" ]; then |
|
|
echo "deb http://ftp.debian.org/debian stretch-backports main" > \ |
|
|
echo "deb http://ftp.debian.org/debian stretch-backports main" > \ |
|
|