Replies: 2 comments 4 replies
-
|
Thanks for testing. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@Adomancer You have to use the Dotfiles Installer to install the ML4W Dotfiles. The script mentioned above is legacy. Please see https://mylinuxforwork.github.io/dotfiles/ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HI Im new to hyprland and i intrested to use your config to my fedora but there is some error when i want to install via bash curl
Sat 1 Nov - 20:08 ~ @adomancer bash <(curl -s https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-fedora.sh) /proc/self/fd/11: line 1: 404:: command not found`✘ Sat 1 Nov - 20:09 ~
@Adomancer # See HTTP status only
curl -I -s https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-fedora.sh
Download and inspect the first lines without executing
curl -fsSL https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-fedora.sh -o /tmp/setup-fedora.sh
head -n 40 /tmp/setup-fedora.sh
HTTP/2 404
content-security-policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
x-frame-options: deny
x-xss-protection: 1; mode=block
content-type: text/plain; charset=utf-8
x-github-request-id: 90FF:34887:38C8D6:55F931:690607DA
accept-ranges: bytes
date: Sat, 01 Nov 2025 13:15:07 GMT
via: 1.1 varnish
x-served-by: cache-sin-wsss1830050-SIN
x-cache: MISS
x-cache-hits: 0
x-timer: S1762002907.862842,VS0,VE241
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: 32d8445b4eb25434be50fd9422aa121dc0b793c8
expires: Sat, 01 Nov 2025 13:20:07 GMT
source-age: 0
content-length: 14
curl: (22) The requested URL returned error: 404
head: cannot open '/tmp/setup-fedora.sh' for reading: No such file or directory
`
hope anyone can help me thanks
Beta Was this translation helpful? Give feedback.
All reactions