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