From 9c3bbcfc9a46b6fbb86506004604504c50375957 Mon Sep 17 00:00:00 2001 From: hollorol Date: Tue, 22 Jan 2019 14:21:46 +0100 Subject: [PATCH] Update debianInstaller.sh --- debianInstaller.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debianInstaller.sh b/debianInstaller.sh index 0d35a55..5a384bb 100755 --- a/debianInstaller.sh +++ b/debianInstaller.sh @@ -6,8 +6,8 @@ then echo "Your Debian version is obsolated." exit 1 fi -INREPO=$(cat /etc/apt/sources.list|grep -c jessie-cran35) -if (( $(echo "$DEBIAN_VERSION < 9 && $INREPO != 0" | bc -l ))) +#INREPO=$(cat /etc/apt/sources.list|grep -c jessie-cran35) +if (( $(echo "$DEBIAN_VERSION < 9" | bc -l ))) then apt-get install apt-transport-https apt-key adv --keyserver keys.gnupg.net --recv-key 'E19F5F87128899B192B1A2C2AD5F960A256A04AF'