Browse Source

curl is not pre-installed - wget is available

master
fiorile 1 month ago
parent
commit
98bb3415b8
  1. 2
      neetbsd.sh

2
neetbsd.sh

@ -38,7 +38,7 @@ if [ -x "$(command -v xdiskusage)" ]; then
else else
echo 'Compiling xdiskusage' echo 'Compiling xdiskusage'
echo '<!!!> xdiskusage version 1.60 - please check if this is the latest!' 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 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 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 wget https://xdiskusage.sourceforge.net/xdiskusage-1.60.tgz # Download src

Loading…
Cancel
Save