make SC happy

This commit is contained in:
Daniel Hansson
2023-10-04 20:27:37 +02:00
committed by GitHub
parent c397a07425
commit cc30226afd

View File

@@ -41,7 +41,8 @@ elif [ -x "$(command -v emerge)" ]
then
sudo emerge -av "${NEEDED_DEPS[@]}"
else
echo "FAILED TO INSTALL PACKAGE! Package manager not found. You must manually install: ${NEEDED_DEPS[@]}"
echo "FAILED TO INSTALL PACKAGE! Package manager not found. You must manually install:" "${NEEDED_DEPS[@]}"
exit 1
fi