From: Christian Heller Date: Tue, 9 Feb 2016 23:59:56 +0000 (+0100) Subject: Fix or. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=eb8f2617e9b4966ca9b41a62706c24f36a7df2e9 Fix or. --- 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' \