From 002275380034419bbe7bd245e345b1fe78df7823 Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Thu, 27 Jan 2022 20:02:27 +0100 Subject: [PATCH] fix builds with $SUDO --- scripts/install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 650bd9e..d880ca1 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -108,7 +108,6 @@ base_applications() { $SUDO apt autoclean $SUDO apt clean - restic self-update } @@ -199,13 +198,8 @@ install_workstation_apps() { DEBIAN_FRONTEND=noninteractive -<<<<<<< variant A $SUDO apt update $SUDO apt install -y \ ->>>>>>> variant B - apt update - apt install -y \ -======= end alsa-tools \ alsa-utils \ aspell \