🎉 Added duf

This commit is contained in:
2021-08-23 13:03:48 +02:00
parent 76afab8189
commit 6e23d82c0a
6 changed files with 71 additions and 14 deletions

View File

@ -0,0 +1,5 @@
#!/bin/bash
set -eu
wget "https://github.com/muesli/duf/releases/download/v@VERSION@/duf_@VERSION@_linux_amd64.deb" -nv -O /tmp/duf.deb
dpkg -i /tmp/duf.deb