Skip to content

Commit 47bd03e

Browse files
committed
fx word "privileged"
1 parent 151e1e7 commit 47bd03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-nix-from-closure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ installNix() {
386386
print "Checked: sudo access requires to enter password:"
387387
fi
388388
# Using sudo to create directory
389-
if ! sudo sh -c "$cmd" && print "Exiting priviliged mode." ; then
389+
if ! sudo sh -c "$cmd" && print "Exiting privileged mode." ; then
390390
>&2 notice "
391391
392392
Password don't match or user $USER not in sudoers.

0 commit comments

Comments
 (0)