Fixed installer and updated to version 0.1.4
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user