mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	docs: Fix command sequence for retrying Zulip installation.
This commit is contained in:
		@@ -35,7 +35,7 @@ with the following commands:
 | 
			
		||||
```
 | 
			
		||||
sudo -i  # If not already root
 | 
			
		||||
wget https://www.zulip.com/dist/releases/zulip-server-latest.tar.gz
 | 
			
		||||
mkdir -p /root/zulip
 | 
			
		||||
rm -rf /root/zulip && mkdir /root/zulip
 | 
			
		||||
tar -xf zulip-server-latest.tar.gz --directory=/root/zulip --strip-components=1
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user