mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	provision: Add provision support for Ubuntu 19.04
This commit adds support for Ubuntu 19.04 in the development environment.
This commit is contained in:
		@@ -45,7 +45,7 @@ deb http://ppa.launchpad.net/tabbott/zulip/ubuntu $release main
 | 
			
		||||
deb-src http://ppa.launchpad.net/groonga/ppa/ubuntu $release main
 | 
			
		||||
deb-src http://ppa.launchpad.net/tabbott/zulip/ubuntu $release main
 | 
			
		||||
EOF
 | 
			
		||||
elif [ "$release" = "cosmic" ]; then
 | 
			
		||||
elif [ "$release" = "cosmic" ] || [ "$release" = "disco" ]; then
 | 
			
		||||
    # This case will eventually merge with the above, if/when we add
 | 
			
		||||
    # tsearch_extras packages to the Zulip PPA.
 | 
			
		||||
    apt-key add "$SCRIPTS_PATH"/setup/pgroonga-ppa.asc
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user