Skip to content

Commit

Permalink
agree with better phrasing
Browse files Browse the repository at this point in the history
Co-authored-by: ann0see <[email protected]>
  • Loading branch information
houbsta and ann0see authored Nov 18, 2023
1 parent 02bb7c3 commit 043e841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/setup_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [[ $? -eq 0 ]]; then
APT_MINOR=$(echo $APT_VERSION| cut -d' ' -f 2 | cut -d'.' -f 2)
echo "Apt version: ${APT_VERSION}"
else
echo "Apt is not available."
echo "This script is only compatible with Debian based distributions which have apt, but apt is not available. Please check that your OS is supported."
exit 1
fi;

Expand Down

0 comments on commit 043e841

Please sign in to comment.