2 lines
109 B
Bash
Executable file
2 lines
109 B
Bash
Executable file
#!/bin/sh
|
|
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
|