Posts: 69
	Threads: 17
	Joined: Mar 2015
	
	
 
	
		
		
		20 Aug 15, 05:46PM 
(This post was last modified: 20 Aug 15, 05:50PM by ZS/Horse.)
		
	 
	
		The PPA repo for Ubuntu is outdated. It lists 1.1.0.4 as the most recent, but everybody still plays 1.2.0.2. What are the terminal commands I would enter to add the Assaultcube repository to my system?
Edit: I found a debian package (which is what I was initially looking for).
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 299
	Threads: 14
	Joined: Jul 2010
	
	
 
 
	
	
	
		
	Posts: 69
	Threads: 17
	Joined: Mar 2015
	
	
 
	
	
		So it would be
sudo add-apt-repository ppa:http://ppa.launchpad.net/pmjdebruijn/assaultcube-release/ubuntu
apt-get update
sudo apt-get assaultcube
Right?
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 299
	Threads: 14
	Joined: Jul 2010
	
	
 
	
	
		Read "Adding this PPA to your system". :)
So: 
sudo add-apt-repository ppa:pmjdebruijn/assaultcube-release
sudo apt-get update
sudo apt-get install assaultcube
 
	 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 69
	Threads: 17
	Joined: Mar 2015
	
	
 
	
	
		I'm trying to update Ubuntu's repository, not actually add a new one.