Skip to content

Commit

Permalink
Fix #36
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeecka authored Apr 9, 2023
1 parent 51c2d2a commit c49de28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EOF
chmod +x /usr/local/bin/aperisolve
echo "Aperi'Solve 🍉 is installed (/usr/local/bin/aperisolve) 🙂."
echo "Usage: aperisolve <file>";;
*) echo 'Installing for Linux...' cat << EOF > /usr/bin/aperisolve
*) echo 'Installing for Linux...' && cat << EOF > /usr/bin/aperisolve
HOST="https://www.aperisolve.com"
ARGC=\$#
EXPECTED_ARGS=1
Expand Down

0 comments on commit c49de28

Please sign in to comment.