From eb8f2617e9b4966ca9b41a62706c24f36a7df2e9 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 10 Feb 2016 00:59:56 +0100 Subject: [PATCH] Fix or. --- jessie_postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jessie_postinstall.sh b/jessie_postinstall.sh index 9063f77..3797c7d 100755 --- a/jessie_postinstall.sh +++ b/jessie_postinstall.sh @@ -85,7 +85,7 @@ echo 'deb http://security.debian.org/ jessie/updates main contrib non-free' \ >> /etc/apt/sources.list echo 'deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free' \ >> /etc/apt/sources.list -if [ "$1" = "thinkpad" || "$2" = "public" ]; then +if [ "$1" = "thinkpad" ] || [ "$2" = "public" ]; then echo 'deb http://ftp.debian.org/debian/ jessie-backports main contrib' \ ' non-free' >> /etc/apt/sources.list echo 'deb http://ftp.debian.org/debian/ testing main contrib non-free' \ -- 2.30.2