6 lines
86 B
Bash
Executable File
6 lines
86 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
sudo bash -c '
|
|
test -d /nix || ln -h /volume1/nix.3.d /nix
|
|
'
|