library-manager/dev/install-dependencies.sh
SuperNovaa41 444f49e85d Changes CSV to DB
Updates all of the appropriate functions,
updates the release version of the isbn-lookup
2024-01-31 18:24:10 -05:00

16 lines
162 B
Bash
Executable File

#!/bin/sh
cd ../
mkdir -p bin
cd bin
wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/0.0.5/isbn
chmod +x isbn
cd ../
npm install
cd dev/