mirror of
https://github.com/JJTech0130/pypush.git
synced 2025-01-23 03:38:52 +00:00
added git for mac install
This commit is contained in:
parent
1c1e5f187d
commit
7aa7d42612
@ -15,6 +15,7 @@ if [[ "$OS_NAME" == "Darwin" ]]; then
|
|||||||
fi
|
fi
|
||||||
brew install cmake
|
brew install cmake
|
||||||
brew install pkgconfig
|
brew install pkgconfig
|
||||||
|
brew install git
|
||||||
elif [[ "$OS_NAME" == "Linux" ]]; then
|
elif [[ "$OS_NAME" == "Linux" ]]; then
|
||||||
echo "The operating system is Linux."
|
echo "The operating system is Linux."
|
||||||
echo "Installing dependencies: cmake and pkgconfig"
|
echo "Installing dependencies: cmake and pkgconfig"
|
||||||
|
Loading…
Reference in New Issue
Block a user