mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Change update script (#4005)
Change update script to make sure that it overwrites all the local changes in the local browserless git folder
This commit is contained in:
		@@ -63,7 +63,8 @@ fi
 | 
			
		||||
pip3 install changedetection.io --upgrade &>/dev/null
 | 
			
		||||
pip3 install playwright --upgrade &>/dev/null
 | 
			
		||||
if [[ -f /etc/systemd/system/browserless.service ]]; then
 | 
			
		||||
  git -C /opt/browserless/ pull &>/dev/null
 | 
			
		||||
  git -C /opt/browserless/ fetch --all &>/dev/null
 | 
			
		||||
  git -C /opt/browserless/ reset --hard origin/main &>/dev/null
 | 
			
		||||
  npm update --prefix /opt/browserless &>/dev/null
 | 
			
		||||
  npm run build --prefix /opt/browserless &>/dev/null
 | 
			
		||||
  npm run build:function --prefix /opt/browserless &>/dev/null
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user