diff --git a/configure b/configure index 65a0d8b..f9be2d3 100755 --- a/configure +++ b/configure @@ -3,9 +3,8 @@ source /etc/os-release if [ "$ID" != "ubuntu" ]; then - echo "Unsupported build system. \ - Please try on Ubuntu, or modify the script to support your system."; - exit 1; + echo "Unsupported build system. If you experience any build issues, + please try on Ubuntu, or modify the script to support your system."; fi sudo apt install -y cmake libcurl3-openssl-dev libsqlite3-dev libxml2-dev