Skip to content

Commit

Permalink
Fixed Olypmus installation path
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelomer committed Mar 6, 2022
1 parent c44d7b2 commit b87ce99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Celeste
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type mono 2>/dev/null >&2 || {
mv Olympus ~/.olympus
rm Olympus.zip
popd
pushd ~/olympus
pushd ~/.olympus
sed 's/read/answer\=y\;\#/g' < ./install.sh > install-nocheck.sh
chmod +x install-nocheck.sh
./install-nocheck.sh
Expand Down

0 comments on commit b87ce99

Please sign in to comment.