This the the current one-liner: ```bash curl -fsSL https://github.com/ChrisTitusTech/linutil/releases/latest/download/start.sh | sh ``` But this one looks better :D ```bash bash <(wget -qO- https://christitus.com/tux) ```
This the the current one-liner:
curl -fsSL https://github.com/ChrisTitusTech/linutil/releases/latest/download/start.sh | shBut this one looks better :D
bash <(wget -qO- https://christitus.com/tux)