Fixed path auto-install.sh and install.sh scripts

On branch main
 Your branch is up to date with 'origin/main'.

 Changes to be committed:
	modified:   README.md
This commit is contained in:
Don Williams
2025-11-01 18:43:35 -04:00
parent 876ce0962f
commit aa47f73e9f

View File

@@ -177,7 +177,7 @@ sudo nixos-rebuild switch --flake ~/NixOS-Hyprland/#<hostName>
- Simply copy this and run it:
```
nix-shell -p git vim curl pciutils
sh <(curl -L https://github.com/JaKooLit/NixOS-Hyprland/raw/main/auto-install.sh)
sh <(curl -L https://github.com/JaKooLit/NixOS-Hyprland/raw/refs/heads/main/auto-install.sh)
```
> [!NOTE]
> pciutils is necessary to detect if you have an Nvidia card.