File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ You can find the Hyprland Installation instructions here: https://wiki.hyprland.
29
29
Recommended is to install the Hyprland Desktop Profile from archinstall first.
30
30
31
31
``` shell
32
- bash -c " $( curl -fsSL https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-arch.sh) "
32
+ bash -c " $( curl -s https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-arch.sh) "
33
33
```
34
34
35
35
@@ -56,7 +56,7 @@ Please rebuild all packages to ensure that you get the latest commit.
56
56
Tested on Fedora Workstation 41 and 42.
57
57
58
58
``` shell
59
- bash -c " $( curl -fsSL https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-fedora.sh) "
59
+ bash -c " $( curl -s https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-fedora.sh) "
60
60
```
61
61
62
62
## Troubleshooting
You can’t perform that action at this time.
0 commit comments