mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update paperless-ngx.sh (#2299)
2 lines not needed anymore scipy is version 1.11.4 and paperless is working fine with it
This commit is contained in:
		
							parent
							
								
									9f03c98e8f
								
							
						
					
					
						commit
						767a4ac433
					
				| 
						 | 
				
			
			@ -81,8 +81,6 @@ function update_script() {
 | 
			
		|||
    cp -r /opt/paperless/paperless.conf paperless-ngx/
 | 
			
		||||
    cp -r paperless-ngx/* /opt/paperless/
 | 
			
		||||
    cd /opt/paperless
 | 
			
		||||
    sed -i 's/scipy==1.8.1/scipy==1.10.1/g' requirements.txt
 | 
			
		||||
    sed -i -e 's|-e git+https://github.com/paperless-ngx/django-q.git|git+https://github.com/paperless-ngx/django-q.git|' /opt/paperless/requirements.txt
 | 
			
		||||
    pip install -r requirements.txt &>/dev/null
 | 
			
		||||
    cd /opt/paperless/src
 | 
			
		||||
    /usr/bin/python3 manage.py migrate &>/dev/null
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue