From d674c7bcb85d4ef0f714559e8770fcba54f32312 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Thu, 2 May 2024 15:26:31 -0400 Subject: [PATCH] `api`: update spacing --- api | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api b/api index d32a17e4bf..9b3eface4d 100755 --- a/api +++ b/api @@ -2185,9 +2185,9 @@ sudo apt --fix-broken install -o Dpkg::Options::='--force-overwrite'") # Downgrade errors with no actual packages listed as to be downgraded. Assume users (custom) distro is to blame. if grep -q "E: Packages were downgraded and -y was used without --allow-downgrades." <<<"$errors" && ! grep -q "The following packages will be DOWNGRADED:" <<<"$errors" ;then - error_caption+=("Apt is reporting conflicting information that packages would be downgraded as a result of this standard apt install yet no packages are listed as to be downgraded. + error_caption+=("Apt is reporting conflicting information that packages would be downgraded as a result of this standard apt install yet no packages are listed as to be downgraded. This is likely an issue with your linux distribution. Please contact the appropriate maintainer for assistance.") - error_type="system" + error_type="system" fi #if RPi OS, check for /etc/apt/sources.list.d/raspi.list