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 1698bc6 commit 1376558Copy full SHA for 1376558
easyWSL/post-install.sh
@@ -60,7 +60,7 @@ chmod 755 /bin/su
60
chmod u+s /bin/su
61
62
while true; do
63
- read -p "Do you want to create a new user with administrator privilages? [y/n]: " yn
+ read -p "Do you want to create a new user with administrator privileges? [y/n]: " yn
64
case $yn in
65
[Yy]* ) add_user; break;;
66
[Nn]* ) set_root_passwd; break;;
0 commit comments