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:

View File

@@ -15,7 +15,7 @@ paru -S --noconfirm \
protonup-qt \
brave-bin \
prismlauncher \
bottles\
bottles \
signal-desktop
sudo sed -i -e '$a\' -e '# Increase Nvidia\'s shader cache size to 12GB' -e '__GL_SHADER_DISK_CACHE_SIZE=12000000000' /etc/environment