library-manager/dev/install-dependencies.sh

16 lines
162 B
Bash
Raw Normal View History

2024-01-22 15:05:31 -05:00
#!/bin/sh
cd ../
mkdir -p bin
cd bin
2024-01-22 15:05:31 -05:00
wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/0.0.6/isbn
2024-01-22 15:05:31 -05:00
chmod +x isbn
cd ../
2024-01-22 15:05:31 -05:00
npm install
2024-01-22 15:05:31 -05:00
cd dev/