Skip to content

Commit cb77129

Browse files
authored
Update install.sh
1 parent 99a3ffa commit cb77129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ add_fastfetch() {
5151
read -p "Do you want to enable fastfetch to run on Terminal launch? (y/n): " response
5252

5353
case "$response" in
54-
[yY][eE][sS]|[yY])
54+
[yY][oO][yY])
5555
add_fastfetch
5656
;;
57-
[nN][oO]|[nN])
57+
[nN])
5858
echo "fastfetch will not be added to your .bashrc."
5959
;;
6060
*)

0 commit comments

Comments
 (0)