Skip to content

Commit

Permalink
Update KHRefinedInstaller.sh
Browse files Browse the repository at this point in the history
Fixed a line of code that would try to switch directories to "KHInstal" instead of "KHInstall"

Also added another way to type in KH2 to keep in line with the DA version.
  • Loading branch information
KHOmega authored May 1, 2023
1 parent 59dfbe6 commit a243c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KHRefinedInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ while true; do
read -p "Which version of Re:Fined would you like to download? To select which game, please enter one game at a time (kh1/kh2/kh2da/bbs/bbsda). When you are finished, enter ''done'' without the quotation marks and hit enter. " GameSel

case $GameSel in
[Kk][Hh]1 | [Kk][Hh]I | [Kk][Hh] )
[Kk][Hh]1 | [Kk][Hh][Ii] | [Kk][Hh] )
mv "${khInstall}/KINGDOM HEARTS FINAL MIX.exe" "${khInstall}/backup/KINGDOM HEARTS FINAL MIX.exe"
mv "Kingdom Hearts I/Kingdom Hearts I.exe" "${khInstall}/KINGDOM HEARTS FINAL MIX.exe"
;;
[Kk][Hh]2 )
[Kk][Hh]2 | [Kk][Hh][Ii][Ii] )
mv "${khInstall}/KINGDOM HEARTS II FINAL MIX.exe" "${khInstall}/backup/KINGDOM HEARTS II FINAL MIX.exe"
mv "Kingdom Hearts II/Kingdom Hearts II.exe" "${khInstall}/KINGDOM HEARTS II FINAL MIX.exe"
;;
Expand Down

0 comments on commit a243c92

Please sign in to comment.