mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	provision: Update apt operations text.
This commit is contained in:
		@@ -226,7 +226,7 @@ def main(options):
 | 
				
			|||||||
            install_apt_deps()
 | 
					            install_apt_deps()
 | 
				
			||||||
        hash_file.write(new_apt_dependencies_hash)
 | 
					        hash_file.write(new_apt_dependencies_hash)
 | 
				
			||||||
    else:
 | 
					    else:
 | 
				
			||||||
        print("No need to apt operations.")
 | 
					        print("No changes to apt dependencies, so skipping apt operations.")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Here we install node.
 | 
					    # Here we install node.
 | 
				
			||||||
    run(["sudo", "scripts/lib/install-node"])
 | 
					    run(["sudo", "scripts/lib/install-node"])
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user