Updates compile.sh to use latest ISBN-lookup release

This commit is contained in:
SuperNovaa41 2024-01-24 18:21:44 -05:00
parent 00ac999983
commit 792b3ae1ce

View File

@ -3,7 +3,7 @@ make
cd bin/
wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/0.0.2/isbn
wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/0.0.3/isbn
chmod +x isbn
cd ..