Skip to content

Commit

Permalink
api: update spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed May 2, 2024
1 parent 1dc2bb3 commit d674c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d674c7b

Please sign in to comment.