fix builds with $SUDO

This commit is contained in:
Frieder Schlesier 2022-01-27 20:02:27 +01:00
parent 3831dc151e
commit 0022753800
1 changed files with 0 additions and 6 deletions

View File

@ -108,7 +108,6 @@ base_applications() {
$SUDO apt autoclean $SUDO apt autoclean
$SUDO apt clean $SUDO apt clean
restic self-update
} }
@ -199,13 +198,8 @@ install_workstation_apps() {
DEBIAN_FRONTEND=noninteractive DEBIAN_FRONTEND=noninteractive
<<<<<<< variant A
$SUDO apt update $SUDO apt update
$SUDO apt install -y \ $SUDO apt install -y \
>>>>>>> variant B
apt update
apt install -y \
======= end
alsa-tools \ alsa-tools \
alsa-utils \ alsa-utils \
aspell \ aspell \