Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
faraco authored Dec 26, 2016
1 parent f55c38f commit 7178103
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
@@ -1,6 +1,6 @@
#!/bin/bash

read -p "Do you want to install Frost [Y/n]?" yn
read -p "Do you want to install Frost [Y/n]? " yn

case "$yn" in
y|Y|yes|YES|"")
Expand Down

0 comments on commit 7178103

Please sign in to comment.