Fix typo
This commit is contained in:
parent
79c28a1c2f
commit
bb2953cd51
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function upgrade2ultimate
|
||||||
|
|
||||||
clear
|
clear
|
||||||
echo "We are going to ask you several questions so you can decide if you want a piece of software or not."
|
echo "We are going to ask you several questions so you can decide if you want a piece of software or not."
|
||||||
echo "Do you need asisan font support? (y,n)"
|
echo "Do you need asian font support? (y,n)"
|
||||||
echo ""
|
echo ""
|
||||||
read asian
|
read asian
|
||||||
if [ $asian = "y" ]; then
|
if [ $asian = "y" ]; then
|
||||||
|
|
Loading…
Reference in a new issue