ChrisTitusTech / linutil

The Ultimate Linux Toolbox
https://christitus.com
MIT License
521 stars 88 forks source link

Prettier one-liner #22

Closed thecmdrunner closed 1 month ago

thecmdrunner commented 1 month ago

This the the current one-liner:

curl -fsSL https://github.com/ChrisTitusTech/linutil/releases/latest/download/start.sh | sh

But this one looks better :D

bash <(wget -qO- https://christitus.com/tux)
salehabdullah216 commented 1 month ago

Please make a pull request, not an Issue