mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-04-08 18:20:48 +00:00
Merge pull request #171 from treffynnon/patch-1
[bootstrap.sh] Fixes one character typo in bootstrap.sh
This commit is contained in:
commit
68f56c0b95
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ exit_message(){
|
|||
sudo_prompt(){
|
||||
echo "Please enter your password for sudo authentication"
|
||||
sudo -k
|
||||
sudo echo "sudo authenticaion successful!"
|
||||
sudo echo "sudo authentication successful!"
|
||||
while true ; do sudo -n true ; sleep 60 ; kill -0 "$$" || exit ; done 2>/dev/null &
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue