We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151e1e7 commit 47bd03eCopy full SHA for 47bd03e
scripts/install-nix-from-closure.sh
@@ -386,7 +386,7 @@ installNix() {
386
print "Checked: sudo access requires to enter password:"
387
fi
388
# Using sudo to create directory
389
- if ! sudo sh -c "$cmd" && print "Exiting priviliged mode." ; then
+ if ! sudo sh -c "$cmd" && print "Exiting privileged mode." ; then
390
>&2 notice "
391
392
Password don't match or user $USER not in sudoers.
0 commit comments