added sudo for bash

This commit is contained in:
2025-07-27 03:15:32 -07:00
parent f6d80a79b1
commit 2855657b32

View File

@@ -3,5 +3,5 @@
## Quick Install
```bash
wget -O- https://gitea.miguelmuniz.com/rogueking/std-tools/raw/branch/main/std-tools.sh | bash
wget -O- https://gitea.miguelmuniz.com/rogueking/std-tools/raw/branch/main/std-tools.sh | sudo bash
```