From 98bb3415b87952025c25b960288c3b713be7639f Mon Sep 17 00:00:00 2001 From: fiorile Date: Sun, 25 Aug 2024 06:35:14 -0400 Subject: [PATCH] curl is not pre-installed - wget is available --- neetbsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neetbsd.sh b/neetbsd.sh index 4f41ea8..7354a23 100644 --- a/neetbsd.sh +++ b/neetbsd.sh @@ -38,7 +38,7 @@ if [ -x "$(command -v xdiskusage)" ]; then else echo 'Compiling xdiskusage' echo ' xdiskusage version 1.60 - please check if this is the latest!' - curl --silent https://xdiskusage.sourceforge.net/ | grep 'Download source' + wget --quiet -O - https://xdiskusage.sourceforge.net/ | grep 'Download source' sleep 5 # Some time to read the above warning and result su root -c 'pkgin install fltk-1.3.9' # FLTK is the sole dependency wget https://xdiskusage.sourceforge.net/xdiskusage-1.60.tgz # Download src