mirror of
https://github.com/anope/anope.git
synced 2026-07-10 18:23:13 +02:00
Update most URLs to use HTTPS if available, and fix some dead ones too.
This commit is contained in:
@@ -173,7 +173,7 @@ done
|
||||
cmake --version 2>&1 > /dev/null
|
||||
if [ $? -ne 0 ] ; then
|
||||
clear
|
||||
echo "Anope requires CMake 2.4 or newer, which can be downloaded at http://cmake.org or through your system's package manager."
|
||||
echo "Anope requires CMake 2.4 or newer, which can be downloaded at https://cmake.org/ or through your system's package manager."
|
||||
echo "If you have installed CMake already, ensure it is in your PATH environment variable."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user