diff --git a/scripts/setup_project.sh b/scripts/setup_project.sh index a21e31a..fdb5695 100755 --- a/scripts/setup_project.sh +++ b/scripts/setup_project.sh @@ -15,7 +15,6 @@ # version 3 along with this program. # If not, see https://www.gnu.org/licenses/agpl-3.0.en.html -# figure out if using wget or curl echo -n "Wget or curl? " if command -v wget >/dev/null 2>&1; then USE_WGET=yes