pipe script into sh for a cleaner command

This commit is contained in:
Pigges 2024-07-08 00:35:37 +02:00
parent e27808ede0
commit afbb189be6

View File

@ -3,5 +3,5 @@
## Usage ## Usage
Open your terminal and paste this command Open your terminal and paste this command
```bash ```bash
bash <(curl -L https://raw.githubusercontent.com/ChrisTitusTech/linutil/main/start.sh) curl -fsSL https://raw.githubusercontent.com/ChrisTitusTech/linutil/main/start.sh | sh
``` ```