File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1818 exit 1
1919fi
2020
21- echo " Installing duf, a better df alternative ..."
21+ echo " Installing the duf command to check storage usage ..."
2222GOBIN=" /usr/local/bin" go install github.com/muesli/duf@latest
2323
24- echo " Installing muffet, a fast website link checker ..."
24+ echo " Installing muffet, a tool for checking links ..."
2525GOBIN=" /usr/local/bin" go install github.com/raviqqe/muffet@latest
2626
27- echo " Installing petname, an RFC1178 implementation to generate pronounceable names..."
27+ echo " Installing petname to generate pronounceable names..."
2828GOBIN=" /usr/local/bin" go install github.com/dustinkirkland/golang-petname/cmd/petname@latest
2929
30+ echo " Installing doctl for using the DigitalOcean API...."
31+ GOBIN=" /usr/local/bin" go install github.com/digitalocean/doctl/cmd/doctl@latest
32+
3033# Create a symbolic link for "duf" so that it is used instead of the original "df".
3134ln -sf /usr/local/bin/duf /usr/local/bin/df
You can’t perform that action at this time.
0 commit comments