Skip to content

Commit 64d83b4

Browse files
authored
Update install.sh
1 parent cb77129 commit 64d83b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ 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][oO][yY])
54+
[yY][oO])
5555
add_fastfetch
5656
;;
5757
[nN])

0 commit comments

Comments
 (0)