|
|
@ -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 |
|
|
|