File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,10 @@ 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 < ( curl -s 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
36
YouTube Video https://youtu.be/sVFnd5LAYAc
36
37
37
38
You can also install the main release with your preferred AUR helper.
@@ -55,7 +56,7 @@ Please rebuild all packages to ensure that you get the latest commit.
55
56
Tested on Fedora Workstation 41 and 42.
56
57
57
58
``` shell
58
- bash < ( curl -s 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) "
59
60
```
60
61
61
62
## Troubleshooting
You can’t perform that action at this time.
0 commit comments