From a94d807f656cedc0c5136437814f3671b0b88a12 Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 17 Nov 2022 14:31:17 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eraspi.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- raspi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raspi.sh b/raspi.sh index b19502d..a1dd2cb 100644 --- a/raspi.sh +++ b/raspi.sh @@ -1,7 +1,7 @@ #!/bin/bash -sudo apt-get update -sudo apt-get -yy dist-upgrade +#sudo apt-get update +#sudo apt-get -yy dist-upgrade # install ansible which pip >/dev/null 2>&1 || ( sudo apt-get -yy install python3-pip )