Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam authored Mar 1, 2024
1 parent 31ff576 commit f7f3ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ else
grep 'alias naga=' ~/.bash_aliases || printf "alias naga='nagaX11'" | tee -a ~/.bash_aliases >/dev/null

while true; do
printf "\033[38;2;255;165;0mNaga for Wayland is currently installing,\n do you want to install for X11 too ? (recommended) y/n : \033[0m"
printf "\033[38;2;255;165;0mNaga for X11 is currently installing,\n do you want to install for Wayland too ? (recommended) y/n : \033[0m"
read -r yn
case $yn in
[Yy]*)
Expand Down

0 comments on commit f7f3ebf

Please sign in to comment.