Fixed installer and updated to version 0.1.4
This commit is contained in:
parent
c83e47d3b1
commit
ca5af9414a
@ -10,7 +10,7 @@ if [ "$(id -u)" != "0" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
pip3 install listdownloader*
|
||||
pip3 install dist/listdownloader* --upgrade
|
||||
if [ $? -ne 0 ]; then
|
||||
echo 'Package installation failed. Did you build the package? Do you have pip3 installed?'
|
||||
exit
|
||||
|
Loading…
Reference in New Issue
Block a user