chore(brew): Remove redundant dots in log
This commit is contained in:
parent
1786a30e5e
commit
0f5b3d69d7
1 changed files with 2 additions and 2 deletions
|
|
@ -12,10 +12,10 @@ fi
|
|||
# (add VanillaOS package manager in the future when it gets supported)
|
||||
if ! command -v gcc &> /dev/null; then
|
||||
if command -v rpm-ostree &> /dev/null; then
|
||||
echo "Installing \"gcc\" package, which is necessary for Brew to function."
|
||||
echo "Installing \"gcc\" package, which is necessary for Brew to function"
|
||||
rpm-ostree install gcc
|
||||
else
|
||||
echo "ERROR: \"gcc\" package could not be found."
|
||||
echo "ERROR: \"gcc\" package could not be found"
|
||||
echo " Brew depends on \"gcc\" in order to function"
|
||||
echo " Please include \"gcc\" in the list of packages to install with the system package manager"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue