Do not run setup script with sudo

This commit is contained in:
2025-10-18 13:06:35 +02:00
parent 27b5df72ec
commit 26d0d8e339
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ My personal configuration files for various applications and tools running on Ca
1. To set up my dotfiles on your system, you can use the following command:
```bash
curl -sL https://raw.githubusercontent.com/DerTyp7/.dotfiles/refs/heads/master/setup.sh | sudo bash
curl -sL https://raw.githubusercontent.com/DerTyp7/.dotfiles/refs/heads/master/setup.sh | bash
```
2. Follow these guides: